commit a69761416f0a6b8443018dbf2768582aa41014f9
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Sun Jun 3 02:26:36 2007 -0400

    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 <[EMAIL PROTECTED]>

diff --git a/fs/unionfs/commonfops.c b/fs/unionfs/commonfops.c
index f81cd4b..66995fb 100644
--- a/fs/unionfs/commonfops.c
+++ b/fs/unionfs/commonfops.c
@@ -746,7 +746,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;
 }
 
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to