Werner Almesberger <[EMAIL PROTECTED]> writes:

Also it seems aeb's site indicates it was filled by zero.  I'll apply
the patch, and will move the following part to msdos/namei.c.

@@ -1059,6 +1131,8 @@ int fat_fill_super(struct super_block *s
        memset(sbi, 0, sizeof(struct msdos_sb_info));
 
        sb->s_flags |= MS_NODIRATIME;
+       if (!isvfat)
+               sb->s_flags |= MS_NOATIME;
        sb->s_magic = MSDOS_SUPER_MAGIC;
        sb->s_op = &fat_sops;
        sb->s_export_op = &fat_export_ops;

Thanks.
-- 
OGAWA Hirofumi <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to