linux/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 9p: fix build breakage introduced by FS-Cache 2009-12-01 07:35:11 -08:00
cache.h 9p: Add fscache support to 9p 2009-09-23 13:03:46 -05:00
fid.c fs/9p: Clunk the fid resulting from partial walk of the name 2010-04-05 10:37:36 -05:00
fid.h 9p: Documentation updates 2008-05-14 19:23:25 -05:00
Kconfig 9p: Add fscache support to 9p 2009-09-23 13:03:46 -05:00
Makefile 9p: Add fscache support to 9p 2009-09-23 13:03:46 -05:00
v9fs_vfs.h 9p: Include fsync support for 9p client 2010-02-08 15:36:48 -06:00
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 9p: Add fscache support to 9p 2009-09-23 13:03:46 -05:00
vfs_dentry.c constify dentry_operations: 9p 2009-03-27 14:44:00 -04:00
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