hfsplus: silence a few debug printks
Turn a few noisy debug printks that show up during xfstests into complied out debug print statements. Signed-off-by: Christoph Hellwig <hch@tuxera.com>
This commit is contained in:

committed by
Christoph Hellwig

parent
6f80dfe55f
commit
6d1bbfc4c0
@@ -451,8 +451,6 @@ static int hfsplus_fill_super(struct super_block *sb, void *data, int silent)
|
||||
sync_dirty_buffer(sbi->s_vhbh);
|
||||
|
||||
if (!sbi->hidden_dir) {
|
||||
printk(KERN_DEBUG "hfs: create hidden dir...\n");
|
||||
|
||||
mutex_lock(&sbi->vh_mutex);
|
||||
sbi->hidden_dir = hfsplus_new_inode(sb, S_IFDIR);
|
||||
hfsplus_create_cat(sbi->hidden_dir->i_ino, sb->s_root->d_inode,
|
||||
|
Reference in New Issue
Block a user