]> asedeno.scripts.mit.edu Git - linux.git/commit
ntfs: remove i_version handling
authorJeff Layton <jlayton@redhat.com>
Mon, 11 Dec 2017 11:35:05 +0000 (06:35 -0500)
committerJeff Layton <jlayton@redhat.com>
Mon, 1 Jan 2018 15:09:33 +0000 (10:09 -0500)
commit7a11ac289c437cb06633620940b191a63dec1f4a
treef661d9dd2adf8ec5dcf5c67d1a9cbd9f99928101
parent8ec426c7019ed9600d9dc0cf758445adcdbfc14e
ntfs: remove i_version handling

NTFS keeps track of the i_version counter here, seemingly for no reason.
It does not set the SB_I_VERSION flag so it'll never be incremented on
write, and it doesn't increment it internally for metadata operations.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
fs/ntfs/inode.c
fs/ntfs/mft.c