aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAbhijith Das <adas@redhat.com>2007-05-31 18:52:02 -0400
committerSteven Whitehouse <swhiteho@redhat.com>2007-07-09 03:23:01 -0400
commit1990e917651d58a3c5155d0491431c09e29e385b (patch)
tree6e53188136db71ed9abe8982b457ab2d66f1792a /include
parent0b7cac0fb0e541a7f54d0ba55b31d829ce3dd899 (diff)
[GFS2] Quotas non-functional - fix another bug
This patch fixes a bug where gfs2 was writing update quota usage information to the wrong location in the quota file. Signed-off-by: Abhijith Das <adas@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/gfs2_ondisk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/gfs2_ondisk.h b/include/linux/gfs2_ondisk.h
index 9ecf92941b23..01cc35946a9d 100644
--- a/include/linux/gfs2_ondisk.h
+++ b/include/linux/gfs2_ondisk.h
@@ -519,6 +519,7 @@ extern void gfs2_rindex_out(const struct gfs2_rindex_host *ri, void *buf);
519extern void gfs2_rgrp_in(struct gfs2_rgrp_host *rg, const void *buf); 519extern void gfs2_rgrp_in(struct gfs2_rgrp_host *rg, const void *buf);
520extern void gfs2_rgrp_out(const struct gfs2_rgrp_host *rg, void *buf); 520extern void gfs2_rgrp_out(const struct gfs2_rgrp_host *rg, void *buf);
521extern void gfs2_quota_in(struct gfs2_quota_host *qu, const void *buf); 521extern void gfs2_quota_in(struct gfs2_quota_host *qu, const void *buf);
522extern void gfs2_quota_out(const struct gfs2_quota_host *qu, void *buf);
522struct gfs2_inode; 523struct gfs2_inode;
523extern void gfs2_dinode_out(const struct gfs2_inode *ip, void *buf); 524extern void gfs2_dinode_out(const struct gfs2_inode *ip, void *buf);
524extern void gfs2_ea_header_in(struct gfs2_ea_header *ea, const void *buf); 525extern void gfs2_ea_header_in(struct gfs2_ea_header *ea, const void *buf);