Skip to content

Commit

Permalink
hfsplus: remove duplicated message prefix in hfsplus_block_free()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vyacheslav Dubeyko authored and Linus Torvalds committed May 1, 2013
1 parent d7a475d commit 865f38a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fs/hfsplus/bitmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 865f38a

Please sign in to comment.