Frank Sorenson <sorenson@xxxxxxxxxx> writes: > + if (inode->i_ino == MSDOS_ROOT_INO) > + return 0; > + if (flags & S_MTIME) > + inode->i_mtime = (struct timespec64){ now->tv_sec & ~1, 0 }; > + inode->i_mtime = fat_timespec64_trunc_2secs(*now); Looks like the patch is broken. Sent wrong patch? -- OGAWA Hirofumi <hirofumi@xxxxxxxxxxxxxxxxxx>