commit 87f824c68b28dcf8ea8ba37e7beb8db8ac4558f6
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date: Wed May 30 20:09:07 2007 -0400
bugfix: release superblock lock at end of ioctl method
Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]>
Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>
diff --git a/fs/unionfs/commonfops.c b/fs/unionfs/commonfops.c
index 52b0143..db77412 100644
--- a/fs/unionfs/commonfops.c
+++ b/fs/unionfs/commonfops.c
@@ -814,6 +814,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;
}
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs