kernel-ark/fs/autofs4
Ian Kent c432c2586a autofs4: don't release directory mutex if called in oz_mode
Since we now delay hashing of dentrys until the ->mkdir() call, droping
and re-taking the directory mutex within the ->lookup() function when we
are being called by user space is not needed.  This can lead to a race
when other processes are attempting to access the same directory during
mount point directory creation.

In this case we need to hang onto the mutex to ensure we don't get user
processes trying to create a mount request for a newly created dentry
after the mount point entry has already been created.  This ensures that
when we need to check a dentry passed to autofs4_wait(), if it is hashed,
it is always the mount point dentry and not a new dentry created by
another lookup during directory creation.

Signed-off-by: Ian Kent <raven@themaw.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-07-24 10:47:31 -07:00
..
autofs_i.h autofs4: use look aside list for lookups 2008-07-24 10:47:31 -07:00
expire.c autofs: path_{get,put}() cleanups 2008-05-01 08:04:01 -07:00
init.c
inode.c autofs4: use look aside list for lookups 2008-07-24 10:47:31 -07:00
Makefile
root.c autofs4: don't release directory mutex if called in oz_mode 2008-07-24 10:47:31 -07:00
symlink.c
waitq.c autofs4: check for invalid dentry in getpath 2008-05-01 08:04:01 -07:00