From 43b0e7ea590b51052384ecedf4ad7c8d7898e8e7 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Sun, 3 May 2015 09:16:53 +1000 Subject: [PATCH] nfsd: stop READDIRPLUS returning inconsistent attributes The NFSv3 READDIRPLUS gets some of the returned attributes from the readdir, and some from an inode returned from a new lookup. The two objects could be different thanks to intervening renames. The attributes in READDIRPLUS are optional, so let's just skip them if we notice this case. Signed-off-by: NeilBrown Signed-off-by: J. Bruce Fields --- Reading git-format-patch failed