commit | bebd6997163addc1938db8c61754a23ffdf8ccc4 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Thu Aug 15 16:18:26 2019 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu Aug 15 16:24:07 2019 -0400 |
tree | ede74ed1ac2d974bc81c8cea70bbc2c38bd04694 | |
parent | dc46bba709cfb45e4b2d40cf45aaeacb82690504 [diff] |
nfsd: initialize i_private before d_add A process could race in an open and attempt to read one of these files before i_private is initialized, and get a spurious error. Reported-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: J. Bruce Fields <bfields@redhat.com>