commit 5c37d9667284ead3879ee4ef5f4051c3812e267a
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date: Wed May 23 18:36:19 2007 -0400
cleanup: removed unnecesary braces
diff --git a/fs/unionfs/odf.c b/fs/unionfs/odf.c
index
82f6483b56e94dac6ca92b213937afb3d9d18d61..8ad279f5336e11662d30481ece4b3725b1658a23
100644
--- a/fs/unionfs/odf.c
+++ b/fs/unionfs/odf.c
@@ -498,9 +498,8 @@ int odf_link(struct dentry *old_dentry,
goto out;
/* if new exists, remove it */
- if (UNIONFS_D(new_dentry)->odf_info){
+ if (UNIONFS_D(new_dentry)->odf_info)
err = odf_remove(new_dentry, ODF_RMV_ANY);
- }
odf_lock(UNIONFS_D(old_dentry)->odf_info);
odf_lock(UNIONFS_D(new_dentry->d_parent)->odf_info);
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs