From b34aa73275d8fe81e880526576dd641f5ccd0280 Mon Sep 17 00:00:00 2001 From: Erez_Zadok Date: Sun, 3 Jun 2007 02:26:36 -0400 Subject: [PATCH] bugfix: remove extra superblock rwsem unlock call This also makes the code more symmetric: the same code which locks also unlocks the rwsem. Signed-off-by: Erez Zadok --- fs/unionfs/commonfops.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/unionfs/commonfops.c b/fs/unionfs/commonfops.c index 427f70b8923..0e923df9cbd 100644 --- a/fs/unionfs/commonfops.c +++ b/fs/unionfs/commonfops.c @@ -670,7 +670,6 @@ static long do_ioctl(struct file *file, unsigned int cmd, unsigned long arg) } out: - unionfs_read_unlock(file->f_dentry->d_sb); return err; } -- 2.43.0