hfsplus: remove duplicated message prefix in hfsplus_block_free()

Signed-off-by: Vyacheslav Dubeyko <slava@dubeyko.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Hin-Tak Leung <htl10@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Vyacheslav Dubeyko 2013-04-30 15:27:58 -07:00 committed by Linus Torvalds
parent d7a475d0c4
commit 865f38a3a3
1 changed files with 1 additions and 2 deletions

View File

@ -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;