commit 0d5a3c91687897813f10e4cf281b88ff10046ff4
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 
f81cd4bf0e457daf820d9ad0ea82e1f372b2e16d..66995fb1bdedf9552264bb2cba22be68deef035f
 100644
--- a/fs/unionfs/commonfops.c
+++ b/fs/unionfs/commonfops.c
@@ -746,7 +746,6 @@ static long do_ioctl(struct file *file, 
        }
 
 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