commit | c3abc29e54a14953ddb26feeb62dd02d57925e52 | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Thu Oct 04 00:06:23 2018 +0100 |
committer | Bob Peterson <rpeterso@redhat.com> | Fri Oct 12 07:32:28 2018 -0500 |
tree | 9c51608500533df96e235afd35ad6d526fdb7903 | |
parent | ec23df2b0cf3e1620f5db77972b7fb735f267eff [diff] |
gfs2: Remove unnecessary gfs2_rlist_alloc parameter The state parameter of gfs2_rlist_alloc is set to LM_ST_EXCLUSIVE in all calls, so remove it and hardcode that state in gfs2_rlist_alloc instead. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Bob Peterson <rpeterso@redhat.com> Reviewed-by: Steven Whitehouse <swhiteho@redhat.com>