diff options
author | Ian Kent <[email protected]> | 2016-11-28 10:12:14 +0800 |
---|---|---|
committer | Al Viro <[email protected]> | 2016-12-03 20:51:50 -0500 |
commit | 1c4344a50d702307185cb98fb67bff938cd66aa0 (patch) | |
tree | 72ed2eb1737d3562bd7f8c5e137fe908e4d82f6b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 455e8f1030de82b68ee4e82f71516f3692f5e626 (diff) |
autofs - dont hold spin lock over direct mount expire
Commit 7cbdb4a286 altered the autofs indirect mount expire to
not hold a spin lock during the expire check.
The direct mount expire needs the same treatment because to
make autofs expires namespace aware may_umount_tree() needs to
to use a similar method to may_umount() when checking if a mount
tree is in use.
This means may_umount_tree() will end up taking the namespace_sem
for the check so the autofs direct mount expire won't be allowed
to hold a spin lock over the check.
Signed-off-by: Ian Kent <[email protected]>
Cc: Al Viro <[email protected]>
Cc: Eric W. Biederman <[email protected]>
Cc: Omar Sandoval <[email protected]>
Signed-off-by: Al Viro <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions