diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-10-14 05:46:46 +0200 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-11-30 16:33:41 +0100 |
commit | b62f963e1fdf838fed91faec21228d421a834f2d (patch) | |
tree | 15e1d2164c026deb7f09f7fa316fb01faa601b00 /fs/gfs2/quota.c | |
parent | [GFS2] split and annotate gfs2_statfs_change (diff) | |
download | linux-b62f963e1fdf838fed91faec21228d421a834f2d.tar.xz linux-b62f963e1fdf838fed91faec21228d421a834f2d.zip |
[GFS2] split and annotate gfs2_quota_change
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/quota.c')
-rw-r--r-- | fs/gfs2/quota.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/quota.c b/fs/gfs2/quota.c index e3f5b8da484c..009d86c0008f 100644 --- a/fs/gfs2/quota.c +++ b/fs/gfs2/quota.c @@ -1103,7 +1103,7 @@ int gfs2_quota_init(struct gfs2_sbd *sdp) for (y = 0; y < sdp->sd_qc_per_block && slot < sdp->sd_quota_slots; y++, slot++) { - struct gfs2_quota_change qc; + struct gfs2_quota_change_host qc; struct gfs2_quota_data *qd; gfs2_quota_change_in(&qc, bh->b_data + |