From: Jeff Mahoney Date: Mon, 30 Mar 2009 18:02:43 +0000 (-0400) Subject: reiserfs: cleanup path functions X-Git-Tag: v2.6.30-rc1~615^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cd6dbe6feb9b32347e6c6f25a27f0cde9d50418;p=pandora-kernel.git reiserfs: cleanup path functions This patch cleans up some redundancies in the reiserfs tree path code. decrement_bcount() is essentially the same function as brelse(), so we use that instead. decrement_counters_in_path() is exactly the same function as pathrelse(), so we kill that and use pathrelse() instead. There's also a bit of cleanup that makes the code a bit more readable. Signed-off-by: Jeff Mahoney Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed