From 8c1fe37f20dd8a41e3ebebda212b142f041834bf Mon Sep 17 00:00:00 2001 From: Erez_Zadok Date: Wed, 30 May 2007 20:09:07 -0400 Subject: [PATCH] bugfix: release superblock lock at end of ioctl method Signed-off-by: Josef 'Jeff' Sipek Signed-off-by: Erez Zadok --- fs/unionfs/commonfops.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/unionfs/commonfops.c b/fs/unionfs/commonfops.c index e0d05527e21..b730934146d 100644 --- 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; } -- 2.43.0