tmp_suning_uos_patched/fs/9p
Dan Carpenter 85a770a888 9p: return on mutex_lock_interruptible()
If "err" is -EINTR here the original code calls mutex_unlock() and then
returns, but it should just return directly.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
2010-04-05 14:32:33 -05:00
..
cache.c
cache.h
fid.c fs/9p: Clunk the fid resulting from partial walk of the name 2010-04-05 10:37:36 -05:00
fid.h
Kconfig
Makefile
v9fs_vfs.h
v9fs.c 9p: Make sure we are able to clunk the cached fid on umount 2010-04-05 10:37:36 -05:00
v9fs.h 9p: Make sure we are able to clunk the cached fid on umount 2010-04-05 10:37:36 -05:00
vfs_addr.c
vfs_dentry.c
vfs_dir.c 9p: return on mutex_lock_interruptible() 2010-04-05 14:32:33 -05:00
vfs_file.c 9p: Skip check for mandatory locks when unlocking 2010-03-13 09:05:37 -06:00
vfs_inode.c 9p: Creating files with names too long should fail with ENAMETOOLONG. 2010-04-05 10:37:37 -05:00
vfs_super.c 9p: Make sure we are able to clunk the cached fid on umount 2010-04-05 10:37:36 -05:00