commit | fba4ebb5f0f84a6f9989e9591741ddff946de320 | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Mon Mar 30 14:02:42 2009 -0400 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Mar 30 12:16:39 2009 -0700 |
tree | 7d140b781292f00a70a98f0f938fc2ac6f0896c0 | |
parent | 57fe60df62410f949da094d06ced1dda9575b69c [diff] |
reiserfs: factor out buffer_info initialization This is the first in a series of patches to make balance_leaf() not quite so insane. This patch factors out the open coded initializations of buffer_info structures and defines a few initializers for the 4 cases they're used. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>