From: NeilBrown Date: Sat, 2 May 2015 23:16:53 +0000 (+1000) Subject: nfsd: stop READDIRPLUS returning inconsistent attributes X-Git-Tag: omap-for-v4.2/fixes-rc1^2~83^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43b0e7ea590b51052384ecedf4ad7c8d7898e8e7;p=pandora-kernel.git 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-diff-tree failed