]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fs/affs: remove node generation check
authorFabian Frederick <fabf@skynet.be>
Sat, 15 Apr 2017 06:55:11 +0000 (08:55 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 27 Apr 2017 03:54:05 +0000 (23:54 -0400)
commita9d6cfb70f71e3d7fb4fe90db40f965e7096bdab
tree7d0a5b7d02b6475cac3a3d295bf5b672d7e0542d
parentd2d58e0e0d6c750941147e505f4263239427e359
fs/affs: remove node generation check

node generation has to be stored on disk.
AFAICS we won't be able to manage it on AFFS.
This patch removes relevant check in affs_nfs_get_inode()

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/affs/namei.c