commit c361abb8cdc05da6933afba2f1fd1efc8290a119
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 82f6483..8ad279f 100644
--- a/fs/unionfs/odf.c
+++ b/fs/unionfs/odf.c
@@ -498,9 +498,8 @@ int odf_link(struct dentry *old_dentry, struct dentry
*new_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