commit 0265ad2db645616c3427b629c418e4731cd77892
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date: Tue May 29 00:41:19 2007 -0400
added KERN_WARNING to cleanup thread's print messages
diff --git a/fs/unionfs/odf.c b/fs/unionfs/odf.c
index
c1a5e29ddb64a490f3abbdedc1014200b70f3e64..aa5261c5cd1864de1d9e023cfb722403990ee283
100644
--- a/fs/unionfs/odf.c
+++ b/fs/unionfs/odf.c
@@ -2051,13 +2051,15 @@ void __odf_cleanup(void *args)
if (cleanup)
err = odf_cleanup(cl->odf, cleanup, size);
if (err < 0)
- printk("unionfs cleanup thread: error %d\n", err);
+ printk(KERN_WARNING "unionfs cleanup thread: error %d\n", err);
else {
if (err == 0 && cl->success == 1) {
if (cleanup == ODF_CLEAN_BLOCKS)
- printk("unionfs: Failed to bring free odf data
blocks below threshold\n");
+ printk(KERN_WARNING
+ "unionfs: failed to bring free odf data
blocks below threshold\n");
else if (cleanup == ODF_CLEAN_INODES)
- printk("unionfs: Failed to bring free odf
inodes below threshold\n");
+ printk(KERN_WARNING
+ "unionfs: failed to bring free odf
inodes below threshold\n");
}
cl->success = err;
}
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs