]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/hpfs/alloc.c
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[karo-tx-linux.git] / fs / hpfs / alloc.c
index 58b5106186d09dfc0757c70616fa43b2a7e12aee..f005046e1591eaa343a4eba0e34b1bbc1e31b4f8 100644 (file)
@@ -316,7 +316,7 @@ void hpfs_free_sectors(struct super_block *s, secno sec, unsigned n)
        struct quad_buffer_head qbh;
        __le32 *bmp;
        struct hpfs_sb_info *sbi = hpfs_sb(s);
-       /*printk("2 - ");*/
+       /*pr_info("2 - ");*/
        if (!n) return;
        if (sec < 0x12) {
                hpfs_error(s, "Trying to free reserved sector %08x", sec);