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;
}