X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Frcfs%2Fsuper.c;h=871b7fb178b60a4f569a21f6c242c984449882ce;hb=00bde9a9b0c3d93ff5f19bdcdc1d3d0f668321e8;hp=f013df2265d65e6bc034aaef633425adf74764cd;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/fs/rcfs/super.c b/fs/rcfs/super.c index f013df226..871b7fb17 100644 --- a/fs/rcfs/super.c +++ b/fs/rcfs/super.c @@ -164,7 +164,7 @@ static int rcfs_fill_super(struct super_block *sb, void *data, int silent) clstype = ckrm_classtypes[i]; if (clstype == NULL) continue; - printk(KERN_DEBUG "A non null classtype\n"); + printk("A non null classtype\n"); if ((rc = rcfs_register_classtype(clstype))) continue; // could return with an error too