diff options
author | Ian Kent <raven@themaw.net> | 2012-08-17 05:09:04 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-08-17 15:56:39 +0200 |
commit | d807ff838f48e7778996e577e2a57a5796c32e84 (patch) | |
tree | cb1ced2dff92e1b973ff171e120ebaa7493b924f /fs/ceph | |
parent | Linux 3.6-rc2 (diff) | |
download | linux-d807ff838f48e7778996e577e2a57a5796c32e84.tar.xz linux-d807ff838f48e7778996e577e2a57a5796c32e84.zip |
autofs4 - fix expire check
In some cases when an autofs indirect mount is contained in a file
system that is marked as shared (such as when systemd does the
equivalent of "mount --make-rshared /" early in the boot), mounts
stop expiring.
When this happens the first expiry check on a mountpoint dentry in
autofs_expire_indirect() sees a mountpoint dentry with a higher
than minimal reference count. Consequently the dentry is condidered
busy and the actual expiry check is never done.
This particular check was originally meant as an optimisation to
detect a path walk in progress but with the addition of rcu-walk
it can be ineffective anyway.
Removing the test allows automounts to expire again since the
actual expire check doesn't rely on the dentry reference count.
Signed-off-by: Ian Kent <raven@themaw.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/ceph')
0 files changed, 0 insertions, 0 deletions