> +extern int fat_fileattr_get(struct dentry *dentry, struct file_kattr *fa);

No need for "extern" for function prototypes.

> +int fat_fileattr_get(struct dentry *dentry, struct file_kattr *fa)
> +{
> +     struct msdos_sb_info *sbi = MSDOS_SB(dentry->d_sb);
> +
> +     /*
> +      * FAT filesystems do not preserve case: stored names are

Is that actually true?  It's been a while since I deal with them,
but IIRC at least vfat is case preserving.



_______________________________________________
Linux-f2fs-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to