commit e95f4cb263491006bf8c6660e7da35adac5870a2
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date: Fri May 25 17:29:23 2007 -0400
remove trailing ':' when building dirs= options from odf sb file
diff --git a/fs/unionfs/odf.c b/fs/unionfs/odf.c
index
95dd2454300eb6782de2c95745d55268b97c6a84..b8ff210102ca42bf4226819f328c8faf59cf2716
100644
--- a/fs/unionfs/odf.c
+++ b/fs/unionfs/odf.c
@@ -1852,6 +1852,8 @@ char *odf_read_sb_data(struct odf_sb_inf
ptr+=strlen(ptr);
i++;
}
+
+ *(ptr - 1) = 0; /* remove trailing ':' */
err = 0;
set_fs(oldfs);
filp_close(file,NULL);
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs