commit | f2f9c8124482fa2e189d0ee321aac7a2cc76a57a | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Thu May 10 08:33:55 2012 -0400 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Fri May 11 10:19:23 2012 +0100 |
tree | 1aa7b52bc76184b495065a462978553a80af6208 | |
parent | 2ebc3f8b3ecf66ddf31285aad1b5db4245c2c04a [diff] |
GFS2: Eliminate unused "new" parameter to gfs2_meta_indirect_buffer It turns out that the "new" parameter to function gfs2_meta_indirect_buffer was always being passed in as zero. Therefore, this patch eliminates it and simplifies the function. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>