]> git.baikalelectronics.ru Git - kernel.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)
commit98a9a544cbf0246de2e56ae74d011286baf3f906
tree7d0a5b7d02b6475cac3a3d295bf5b672d7e0542d
parent0f39b7485e4f41a8b931363e024d6e7347b6f5fe
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