projects
/
unionfs-lite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f763dfa
)
bugfix: release superblock lock at end of ioctl method
author
Erez_Zadok
<ezk@cs.sunysb.edu>
Thu, 31 May 2007 00:09:07 +0000
(20:09 -0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Tue, 13 Jan 2009 02:29:52 +0000
(21:29 -0500)
Signed-off-by: Josef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/commonfops.c
patch
|
blob
|
history
diff --git
a/fs/unionfs/commonfops.c
b/fs/unionfs/commonfops.c
index e0d05527e213aff4287afed4b3019fb4dc2e1563..b730934146d58337b94b289d474d2ac41f1caf24 100644
(file)
--- a/
fs/unionfs/commonfops.c
+++ b/
fs/unionfs/commonfops.c
@@
-743,6
+743,7
@@
long unionfs_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
}
out:
+ unionfs_read_unlock(file->f_dentry->d_sb);
unionfs_check_file(file);
return err;
}