diff options
Diffstat (limited to 'fs/hpfs/alloc.c')
-rw-r--r-- | fs/hpfs/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hpfs/alloc.c b/fs/hpfs/alloc.c index 58b5106186d0..f005046e1591 100644 --- a/fs/hpfs/alloc.c +++ b/fs/hpfs/alloc.c | |||
@@ -316,7 +316,7 @@ void hpfs_free_sectors(struct super_block *s, secno sec, unsigned n) | |||
316 | struct quad_buffer_head qbh; | 316 | struct quad_buffer_head qbh; |
317 | __le32 *bmp; | 317 | __le32 *bmp; |
318 | struct hpfs_sb_info *sbi = hpfs_sb(s); | 318 | struct hpfs_sb_info *sbi = hpfs_sb(s); |
319 | /*printk("2 - ");*/ | 319 | /*pr_info("2 - ");*/ |
320 | if (!n) return; | 320 | if (!n) return; |
321 | if (sec < 0x12) { | 321 | if (sec < 0x12) { |
322 | hpfs_error(s, "Trying to free reserved sector %08x", sec); | 322 | hpfs_error(s, "Trying to free reserved sector %08x", sec); |