From: Vyacheslav Dubeyko Date: Tue, 30 Apr 2013 22:27:58 +0000 (-0700) Subject: hfsplus: remove duplicated message prefix in hfsplus_block_free() X-Git-Tag: v3.10-rc1~143^2~52 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=865f38a3a3262d4a8a3d381a6899d2a6b7242244;p=linux.git hfsplus: remove duplicated message prefix in hfsplus_block_free() Signed-off-by: Vyacheslav Dubeyko Cc: Christoph Hellwig Cc: Al Viro Cc: Hin-Tak Leung Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/hfsplus/bitmap.c b/fs/hfsplus/bitmap.c index 826e864acb54..d2954451519e 100644 --- a/fs/hfsplus/bitmap.c +++ b/fs/hfsplus/bitmap.c @@ -238,8 +238,7 @@ int hfsplus_block_free(struct super_block *sb, u32 offset, u32 count) return 0; kaboom: - pr_crit("hfsplus: unable to mark blocks free: error %ld\n", - PTR_ERR(page)); + pr_crit("unable to mark blocks free: error %ld\n", PTR_ERR(page)); mutex_unlock(&sbi->alloc_mutex); return -EIO;