commit | 3cd6dbe6feb9b32347e6c6f25a27f0cde9d50418 | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <[email protected]> | Mon Mar 30 14:02:43 2009 -0400 |
committer | Linus Torvalds <[email protected]> | Mon Mar 30 12:16:39 2009 -0700 |
tree | 613a4aaa00bc830b69a97ff2cb3558dc163f957d | |
parent | fba4ebb5f0f84a6f9989e9591741ddff946de320 [diff] |
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 <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>