commit 2eaae9b16cb8642eba9f1495c8b6b2acad4a3fdb
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Fri Nov 16 13:47:01 2007 -0500

    Unionfs: cleanup: break line longer than 80 chars
    
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

diff --git a/fs/unionfs/commonfops.c b/fs/unionfs/commonfops.c
index 4a5abf3..28518e1 100644
--- a/fs/unionfs/commonfops.c
+++ b/fs/unionfs/commonfops.c
@@ -435,7 +435,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
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to