commit | 0a2050d744037158de773be5c6f1fc468a551bae | [log] [tgz] |
---|---|---|
author | Kinglong Mee <kinglongmee@gmail.com> | Thu Jul 30 21:51:54 2015 +0800 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Aug 31 15:11:05 2015 -0400 |
tree | ddc37926efa9b50706b2e7fad3e5ef7b2e4dae88 | |
parent | e538674740e632b57091f72cc06c0b03b45fb021 [diff] |
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 <kinglongmee@gmail.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>