aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/super.c
diff options
context:
space:
mode:
authorBob Peterson <rpeterso@redhat.com>2013-03-13 10:26:38 -0400
committerSteven Whitehouse <swhiteho@redhat.com>2013-04-08 03:41:04 -0400
commit20095218fb882139527c0e04b8e63869fa057b14 (patch)
tree1e170fc64d9d3060ac0d1cc998fe90a6241851fb /fs/gfs2/super.c
parent79ba74808df1132d9ddbf4e87304a4050e667e3e (diff)
GFS2: Remove vestigial parameter ip from function rs_deltree
The functions that delete block reservations from the rgrp block reservations rbtree no longer use the ip parameter. This patch eliminates the parameter. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/super.c')
-rw-r--r--fs/gfs2/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/super.c b/fs/gfs2/super.c
index cab77b8ba84f..917c8e1eb4ae 100644
--- a/fs/gfs2/super.c
+++ b/fs/gfs2/super.c
@@ -1512,7 +1512,7 @@ out_truncate:
1512out_unlock: 1512out_unlock:
1513 /* Error path for case 1 */ 1513 /* Error path for case 1 */
1514 if (gfs2_rs_active(ip->i_res)) 1514 if (gfs2_rs_active(ip->i_res))
1515 gfs2_rs_deltree(ip, ip->i_res); 1515 gfs2_rs_deltree(ip->i_res);
1516 1516
1517 if (test_bit(HIF_HOLDER, &ip->i_iopen_gh.gh_iflags)) 1517 if (test_bit(HIF_HOLDER, &ip->i_iopen_gh.gh_iflags))
1518 gfs2_glock_dq(&ip->i_iopen_gh); 1518 gfs2_glock_dq(&ip->i_iopen_gh);