diff options
Diffstat (limited to 'fs/gfs2/ondisk.c')
-rw-r--r-- | fs/gfs2/ondisk.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/fs/gfs2/ondisk.c b/fs/gfs2/ondisk.c index be5c86e5787e..09154ad7b270 100644 --- a/fs/gfs2/ondisk.c +++ b/fs/gfs2/ondisk.c | |||
@@ -293,23 +293,6 @@ void gfs2_statfs_change_out(struct gfs2_statfs_change *sc, char *buf) | |||
293 | str->sc_dinodes = cpu_to_be64(sc->sc_dinodes); | 293 | str->sc_dinodes = cpu_to_be64(sc->sc_dinodes); |
294 | } | 294 | } |
295 | 295 | ||
296 | void gfs2_unlinked_tag_in(struct gfs2_unlinked_tag *ut, char *buf) | ||
297 | { | ||
298 | struct gfs2_unlinked_tag *str = (struct gfs2_unlinked_tag *)buf; | ||
299 | |||
300 | gfs2_inum_in(&ut->ut_inum, buf); | ||
301 | ut->ut_flags = be32_to_cpu(str->ut_flags); | ||
302 | } | ||
303 | |||
304 | void gfs2_unlinked_tag_out(struct gfs2_unlinked_tag *ut, char *buf) | ||
305 | { | ||
306 | struct gfs2_unlinked_tag *str = (struct gfs2_unlinked_tag *)buf; | ||
307 | |||
308 | gfs2_inum_out(&ut->ut_inum, buf); | ||
309 | str->ut_flags = cpu_to_be32(ut->ut_flags); | ||
310 | str->__pad = 0; | ||
311 | } | ||
312 | |||
313 | void gfs2_quota_change_in(struct gfs2_quota_change *qc, char *buf) | 296 | void gfs2_quota_change_in(struct gfs2_quota_change *qc, char *buf) |
314 | { | 297 | { |
315 | struct gfs2_quota_change *str = (struct gfs2_quota_change *)buf; | 298 | struct gfs2_quota_change *str = (struct gfs2_quota_change *)buf; |