GIT: unionfs2-2.6.27.y: Unionfs: cleanup: break line longer than 80 chars
Erez Zadok
ezk at fsl.cs.sunysb.edu
Thu Aug 12 23:16:48 EDT 2010
commit de1dfe64b4ba1d3cd090278e5acf298b31bb85a4
Author: Erez_Zadok <ezk at cs.sunysb.edu>
Date: Tue Jul 17 03:18:25 2007 -0400
Unionfs: cleanup: break line longer than 80 chars
Signed-off-by: Erez Zadok <ezk at cs.sunysb.edu>
diff --git a/fs/unionfs/commonfops.c b/fs/unionfs/commonfops.c
index 42678a6..f6f7dea 100644
--- a/fs/unionfs/commonfops.c
+++ b/fs/unionfs/commonfops.c
@@ -368,7 +368,8 @@ int unionfs_file_revalidate(struct file *file, int willwrite)
err = open_highest_file(file, willwrite);
if (err)
goto out;
- new_brid = UNIONFS_F(file)->saved_branch_ids[fbstart(file)];
+ new_brid = UNIONFS_F(file)->
+ saved_branch_ids[fbstart(file)];
if (new_brid != orig_brid) {
/*
* If we re-opened the file on a different
More information about the unionfs-cvs
mailing list