Re: [PATCH V2 2/4] fat: add functions to update and truncate timestamps appropriately

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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>



[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [Samba]     [Device Mapper]     [CEPH Development]

  Powered by Linux