[PATCH] hfs: cleanup HFS prints
Add the log level and a "hfs: " prefix to all kernel prints. Signed-off-by: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
634725a929
commit
7cf3cc3036
@@ -95,7 +95,6 @@ static int hfs_releasepage(struct page *page, gfp_t mask)
|
||||
} while (--i && nidx < tree->node_count);
|
||||
spin_unlock(&tree->hash_lock);
|
||||
}
|
||||
//printk("releasepage: %lu,%x = %d\n", page->index, mask, res);
|
||||
return res ? try_to_free_buffers(page) : 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user