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://openfabrics.org/gitweb/?a=commitdiff_plain;h=865f38a3a3262d4a8a3d381a6899d2a6b7242244;p=~emulex%2Finfiniband.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 826e864acb5..d2954451519 100644 --- a/fs/hfsplus/bitmap.c +++ b/fs/hfsplus/bitmap.c @@ -238,8 +238,7 @@ out: 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;