]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
hpfs: don't bother with the i_version counter or f_version
authorJeff Layton <jlayton@kernel.org>
Thu, 23 Nov 2017 19:34:40 +0000 (20:34 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 10 Dec 2017 20:58:18 +0000 (12:58 -0800)
commit98087c05b9fc4ff8935bfc8f4b71afb4251c8867
tree98f60222cbd242a432f92a5408899fd7577cd17e
parentd70ef22892ed6c066e51e118b225923c9b74af34
hpfs: don't bother with the i_version counter or f_version

HPFS does not set SB_I_VERSION and does not use the i_version counter
internally.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Mikulas Patocka <mikulas@twibright.com>
Reviewed-by: Mikulas Patocka <mikulas@twibright.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/hpfs/dir.c
fs/hpfs/dnode.c
fs/hpfs/super.c