diff options
author | Bob Peterson <rpeterso@redhat.com> | 2008-01-28 12:13:02 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2008-03-31 05:39:49 -0400 |
commit | fe6c991c52a0dd07d4a19d392fd65048226cb1bc (patch) | |
tree | 629a2a35887047f7e973edeb9b543fe833a1065c /fs/gfs2/eattr.c | |
parent | ecc30c79157103e8bd7492043ee992b763443832 (diff) |
[GFS2] Get rid of unneeded parameter in gfs2_rlist_alloc
This patch removed the unnecessary parameter from function
gfs2_rlist_alloc. The parameter was always passed in as 0.
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/eattr.c')
-rw-r--r-- | fs/gfs2/eattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/eattr.c b/fs/gfs2/eattr.c index bee99704ea10..04febbc17a16 100644 --- a/fs/gfs2/eattr.c +++ b/fs/gfs2/eattr.c | |||
@@ -1347,7 +1347,7 @@ static int ea_dealloc_indirect(struct gfs2_inode *ip) | |||
1347 | else | 1347 | else |
1348 | goto out; | 1348 | goto out; |
1349 | 1349 | ||
1350 | gfs2_rlist_alloc(&rlist, LM_ST_EXCLUSIVE, 0); | 1350 | gfs2_rlist_alloc(&rlist, LM_ST_EXCLUSIVE); |
1351 | 1351 | ||
1352 | for (x = 0; x < rlist.rl_rgrps; x++) { | 1352 | for (x = 0; x < rlist.rl_rgrps; x++) { |
1353 | struct gfs2_rgrpd *rgd; | 1353 | struct gfs2_rgrpd *rgd; |