commit 9c60c51a69c6dd141bd1e2a747e1750ab157f8b6
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Tue Jul 17 03:18:25 2007 -0400

    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 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
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to