diff options
author | Christoph Hellwig <hch@tuxera.com> | 2010-11-23 08:37:40 -0500 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2010-11-23 08:37:40 -0500 |
commit | 6d1bbfc4c0458c514126ccf7d6ce9232d9dbc872 (patch) | |
tree | abcea1a2ec38c51a43161860109b16d34777f2fb /fs/hfsplus/super.c | |
parent | 6f80dfe55fcbde1e588bc2cfa1273403b710872d (diff) |
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>
Diffstat (limited to 'fs/hfsplus/super.c')
-rw-r--r-- | fs/hfsplus/super.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/hfsplus/super.c b/fs/hfsplus/super.c index 1c356a2fba01..9bda9fd35511 100644 --- a/fs/hfsplus/super.c +++ b/fs/hfsplus/super.c | |||
@@ -451,8 +451,6 @@ static int hfsplus_fill_super(struct super_block *sb, void *data, int silent) | |||
451 | sync_dirty_buffer(sbi->s_vhbh); | 451 | sync_dirty_buffer(sbi->s_vhbh); |
452 | 452 | ||
453 | if (!sbi->hidden_dir) { | 453 | if (!sbi->hidden_dir) { |
454 | printk(KERN_DEBUG "hfs: create hidden dir...\n"); | ||
455 | |||
456 | mutex_lock(&sbi->vh_mutex); | 454 | mutex_lock(&sbi->vh_mutex); |
457 | sbi->hidden_dir = hfsplus_new_inode(sb, S_IFDIR); | 455 | sbi->hidden_dir = hfsplus_new_inode(sb, S_IFDIR); |
458 | hfsplus_create_cat(sbi->hidden_dir->i_ino, sb->s_root->d_inode, | 456 | hfsplus_create_cat(sbi->hidden_dir->i_ino, sb->s_root->d_inode, |