diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/gfs2_ondisk.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/gfs2_ondisk.h b/include/linux/gfs2_ondisk.h index f1302e2616..99d7ae4f6b 100644 --- a/include/linux/gfs2_ondisk.h +++ b/include/linux/gfs2_ondisk.h | |||
@@ -336,6 +336,10 @@ struct gfs2_log_header { | |||
336 | /* ld_data1 is the number of revoke blocks in the descriptor. | 336 | /* ld_data1 is the number of revoke blocks in the descriptor. |
337 | ld_data2 is unused. */ | 337 | ld_data2 is unused. */ |
338 | 338 | ||
339 | #define GFS2_LOG_DESC_JDATA 302 | ||
340 | /* ld_data1 is the number of data blocks in the descriptor. | ||
341 | ld_data2 is unused. */ | ||
342 | |||
339 | struct gfs2_log_descriptor { | 343 | struct gfs2_log_descriptor { |
340 | struct gfs2_meta_header ld_header; | 344 | struct gfs2_meta_header ld_header; |
341 | 345 | ||
@@ -400,6 +404,7 @@ struct gfs2_quota_change { | |||
400 | __be32 qc_id; | 404 | __be32 qc_id; |
401 | }; | 405 | }; |
402 | 406 | ||
407 | #ifdef __KERNEL__ | ||
403 | /* Translation functions */ | 408 | /* Translation functions */ |
404 | 409 | ||
405 | extern void gfs2_inum_in(struct gfs2_inum *no, char *buf); | 410 | extern void gfs2_inum_in(struct gfs2_inum *no, char *buf); |
@@ -444,4 +449,6 @@ extern void gfs2_statfs_change_print(struct gfs2_statfs_change *sc); | |||
444 | extern void gfs2_unlinked_tag_print(struct gfs2_unlinked_tag *ut); | 449 | extern void gfs2_unlinked_tag_print(struct gfs2_unlinked_tag *ut); |
445 | extern void gfs2_quota_change_print(struct gfs2_quota_change *qc); | 450 | extern void gfs2_quota_change_print(struct gfs2_quota_change *qc); |
446 | 451 | ||
452 | #endif /* __KERNEL__ */ | ||
453 | |||
447 | #endif /* __GFS2_ONDISK_DOT_H__ */ | 454 | #endif /* __GFS2_ONDISK_DOT_H__ */ |