add missing printk loglevel in mm/swapfile.c
authorJesper Juhl <juhl-lkml@dif.dk>
Wed, 11 Jan 2006 00:50:28 +0000 (01:50 +0100)
committerAdrian Bunk <bunk@r063144.stusta.swh.mhn.de>
Wed, 11 Jan 2006 00:50:28 +0000 (01:50 +0100)
commite97a31117c0f96be6637f68b4029609bb1f2cc7c
tree6754f5be8904bf1e034c7c24fe992304a017c75a
parentffd59daceb7db5f7c54f095c5529cec45222c1f1
add missing printk loglevel in mm/swapfile.c

in mm/swapfile.c a printk() is missing a loglevel. I believe the proper
loglevel for this situation is KERN_ERR, so that's what the patch below
sets -if you agree, please apply.

Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
mm/swapfile.c