linux-stable/fs/freevxfs
Josh Triplett bc65ac6a0f [PATCH] freevxfs: Add missing lock_kernel() to vxfs_readdir
Commit 7b2fd697427e73c81d5fa659efd91bd07d303b0e in the historical GIT tree
stopped calling the readdir member of a file_operations struct with the big
kernel lock held, and fixed up all the readdir functions to do their own
locking.  However, that change added calls to unlock_kernel() in
vxfs_readdir, but no call to lock_kernel().  Fix this by adding a call to
lock_kernel().

Signed-off-by: Josh Triplett <josh@freedesktop.org>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-07-31 13:28:44 -07:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
vxfs.h [PATCH] fs/freevxfs: cleanup of spelling errors 2006-06-25 10:01:01 -07:00
vxfs_bmap.c fs/freevxfs/: add #include's 2005-11-08 16:47:45 +01:00
vxfs_dir.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
vxfs_extern.h [PATCH] Make most file operations structs in fs/ const 2006-03-28 09:16:06 -08:00
vxfs_fshead.c [PATCH] fs/freevxfs: cleanup of spelling errors 2006-06-25 10:01:01 -07:00
vxfs_fshead.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
vxfs_immed.c [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
vxfs_inode.c [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
vxfs_inode.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
vxfs_lookup.c [PATCH] freevxfs: Add missing lock_kernel() to vxfs_readdir 2006-07-31 13:28:44 -07:00
vxfs_olt.c BUG_ON() Conversion in fs/freevxfs/ 2006-04-02 13:41:02 +02:00
vxfs_olt.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
vxfs_subr.c [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
vxfs_super.c [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry 2006-06-23 07:42:45 -07:00