summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorIan Kent <raven@themaw.net>2007-02-20 21:58:10 (GMT)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-02-21 01:10:15 (GMT)
commitf50b6f8691cae2e0064c499dd3ef3f31142987f0 (patch)
tree56c449af977772a42939afde5230c4809a057ffe /kernel
parente8514478f63b95548a49576ba96b47edeb8596e0 (diff)
downloadlinux-fsl-qoriq-f50b6f8691cae2e0064c499dd3ef3f31142987f0.tar.xz
[PATCH] autofs4: fix another race between mount and expire
Jeff Moyer has identified a race between mount and expire. What happens is that during an expire the situation can arise that a directory is removed and another lookup is done before the expire issues a completion status to the kernel module. In this case, since the the lookup gets a new dentry, it doesn't know that there is an expire in progress and when it posts its mount request, matches the existing expire request and waits for its completion. ENOENT is then returned to user space from lookup (as the dentry passed in is now unhashed) without having performed the mount request. The solution used here is to keep track of dentrys in this unhashed state and reuse them, if possible, in order to preserve the flags. Additionally, this infrastructure will provide the framework for the reintroduction of caching of mount fails removed earlier in development. Signed-off-by: Ian Kent <raven@themaw.net> Acked-by: Jeff Moyer <jmoyer@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions