Files
twx-linux/fs/freevxfs
Josh Triplett 8e0a9377e5 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>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
2006-11-29 14:26:18 +01:00
..
2005-11-08 16:47:45 +01:00
2005-11-07 07:53:41 -08:00
2005-11-08 16:47:45 +01:00