summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ondisk.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-10-14 05:31:55 +0200
committerSteven Whitehouse <swhiteho@redhat.com>2006-11-30 16:33:35 +0100
commitb5bc9e8b065dbcd4c675e8c158d6e524f221b8e1 (patch)
treed2b84ffc022c7bbbfdaf579300e07be7ad8e9fb4 /fs/gfs2/ondisk.c
parent[GFS2] split and annotate gfs2_inum (diff)
downloadlinux-b5bc9e8b065dbcd4c675e8c158d6e524f221b8e1.tar.xz
linux-b5bc9e8b065dbcd4c675e8c158d6e524f221b8e1.zip
[GFS2] split and annotate gfs2_quota
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/ondisk.c')
-rw-r--r--fs/gfs2/ondisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/ondisk.c b/fs/gfs2/ondisk.c
index 32f592f4a3c0..5db0737fcdb5 100644
--- a/fs/gfs2/ondisk.c
+++ b/fs/gfs2/ondisk.c
@@ -144,7 +144,7 @@ void gfs2_rgrp_out(const struct gfs2_rgrp_host *rg, void *buf)
memset(&str->rg_reserved, 0, sizeof(str->rg_reserved));
}
-void gfs2_quota_in(struct gfs2_quota *qu, const void *buf)
+void gfs2_quota_in(struct gfs2_quota_host *qu, const void *buf)
{
const struct gfs2_quota *str = buf;