commit | bf2654017e0268cc83dc88d56f0e67ff4406631d | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Tue Jun 23 21:01:19 2020 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Jun 29 14:48:28 2020 -0400 |
tree | 66ca83c8d4156b8dc44b7097e4accfc74fb70520 | |
parent | 681370f4b00af0fcc65bbfb9f82de526ab7ceb0a [diff] |
nfsd: fix nfsdfs inode reference count leak I don't understand this code well, but I'm seeing a warning about a still-referenced inode on unmount, and every other similar filesystem does a dput() here. Fixes: e8a79fb14f6b ("nfsd: add nfsd/clients directory") Signed-off-by: J. Bruce Fields <bfields@redhat.com>