summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/lvb.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/lvb.c')
-rw-r--r--fs/gfs2/lvb.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/fs/gfs2/lvb.c b/fs/gfs2/lvb.c
index 9d72872..47867db 100644
--- a/fs/gfs2/lvb.c
+++ b/fs/gfs2/lvb.c
@@ -43,13 +43,4 @@ void gfs2_quota_lvb_out(struct gfs2_quota_lvb *qb, char *lvb)
str->qb_value = cpu_to_be64(qb->qb_value);
}
-#if 0
-void gfs2_quota_lvb_print(struct gfs2_quota_lvb *qb)
-{
- pv(qb, qb_magic, "%u");
- pv(qb, qb_limit, "%llu");
- pv(qb, qb_warn, "%llu");
- pv(qb, qb_value, "%lld");
-}
-#endif /* 0 */
OpenPOWER on IntegriCloud