diff options
author | 2022-04-01 06:25:17 +0000 | |
---|---|---|
committer | 2022-04-08 09:03:43 -0500 | |
commit | d788e51636462e61c6883f7d96b07b06bc291650 (patch) | |
tree | 35fb1105dc8bb11bc3258da3fa3f66f26d1cdbff /tools/perf/scripts/python/export-to-postgresql.py | |
parent | cifs: Check the IOCB_DIRECT flag, not O_DIRECT (diff) | |
download | linux-dev-d788e51636462e61c6883f7d96b07b06bc291650.tar.xz linux-dev-d788e51636462e61c6883f7d96b07b06bc291650.zip |
cifs: release cached dentries only if mount is complete
During cifs_kill_sb, we first dput all the dentries that we have cached.
However this function can also get called for mount failures.
So dput the cached dentries only if the filesystem mount is complete.
i.e. cifs_sb->root is populated.
Fixes: 5e9c89d43fa6 ("cifs: Grab a reference for the dentry of the cached directory during the lifetime of the cache")
Signed-off-by: Shyam Prasad N <sprasad@microsoft.com>
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions