From: Jeff Mahoney Date: Mon, 30 Mar 2009 18:02:26 +0000 (-0400) Subject: reiserfs: rearrange journal abort X-Git-Tag: v2.6.30-rc1~615^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32e8b1062915d00d07d3b88a95174648e369b6a3;p=pandora-kernel.git reiserfs: rearrange journal abort This patch kills off reiserfs_journal_abort as it is never called, and combines __reiserfs_journal_abort_{soft,hard} into one function called reiserfs_abort_journal, which performs the same work. It is silent as opposed to the old version, since the message was always issued after a regular 'abort' message. Signed-off-by: Jeff Mahoney Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed