aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/rgrp.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/rgrp.h')
-rw-r--r--fs/gfs2/rgrp.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/gfs2/rgrp.h b/fs/gfs2/rgrp.h
index c98f6af07e1c..24077958dcf6 100644
--- a/fs/gfs2/rgrp.h
+++ b/fs/gfs2/rgrp.h
@@ -79,10 +79,4 @@ static inline bool gfs2_rs_active(struct gfs2_blkreserv *rs)
79 return rs && !RB_EMPTY_NODE(&rs->rs_node); 79 return rs && !RB_EMPTY_NODE(&rs->rs_node);
80} 80}
81 81
82
83static inline u32 gfs2_bi2rgd_blk(const struct gfs2_bitmap *bi, u32 blk)
84{
85 return (bi->bi_start * GFS2_NBBY) + blk;
86}
87
88#endif /* __RGRP_DOT_H__ */ 82#endif /* __RGRP_DOT_H__ */