From: Kinglong Mee Date: Thu, 30 Jul 2015 13:51:54 +0000 (+0800) Subject: NFSD: Store parent's stat in a separate value X-Git-Tag: omap-for-v4.3/fixes-rc1~85^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a2050d744037158de773be5c6f1fc468a551bae;p=pandora-kernel.git NFSD: Store parent's stat in a separate value After commit ae7095a7c4 (nfsd4: helper function for getting mounted_on ino) we ignore the return value from get_parent_attributes(). Also, the following FATTR4_WORD2_LAYOUT_BLKSIZE uses stat.blksize, so to avoid overwriting that, use an independent value for the parent's attributes. Signed-off-by: Kinglong Mee Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed