[PATCH 1/1 linux-next] fs/affs: remove node generation check

2017-04-15 Thread Fabian Frederick
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 --- fs/affs/namei.c | 5 - 1 file changed, 5 deletions(-) diff --git a/fs/affs/namei.c

[PATCH 1/1 linux-next] fs/affs: remove node generation check

2017-04-15 Thread Fabian Frederick
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 --- fs/affs/namei.c | 5 - 1 file changed, 5 deletions(-) diff --git a/fs/affs/namei.c b/fs/affs/namei.c index