[GFS2] [-mm patch] fs/gfs2/: possible cleanups
[deliverable/linux.git] / fs / gfs2 / lvb.c
index 63b815dad8e7a6b168880c5a229e2f45450bd9b8..9d72872c6f73065dbf70c38f645f8d70955aeb87 100644 (file)
@@ -43,6 +43,7 @@ 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");
@@ -50,4 +51,5 @@ void gfs2_quota_lvb_print(struct gfs2_quota_lvb *qb)
        pv(qb, qb_warn, "%llu");
        pv(qb, qb_value, "%lld");
 }
+#endif  /*  0  */
 
This page took 0.029094 seconds and 5 git commands to generate.