diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-10-13 23:31:55 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-11-30 10:33:35 -0500 |
commit | b5bc9e8b065dbcd4c675e8c158d6e524f221b8e1 (patch) | |
tree | d2b84ffc022c7bbbfdaf579300e07be7ad8e9fb4 /fs/gfs2/quota.c | |
parent | 629a21e7ecedf779c68dcaa9a186069f57a7c652 (diff) |
[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/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 a3deae7416c9..e3f5b8da484c 100644 --- a/fs/gfs2/quota.c +++ b/fs/gfs2/quota.c | |||
@@ -743,7 +743,7 @@ static int do_glock(struct gfs2_quota_data *qd, int force_refresh, | |||
743 | struct gfs2_sbd *sdp = qd->qd_gl->gl_sbd; | 743 | struct gfs2_sbd *sdp = qd->qd_gl->gl_sbd; |
744 | struct gfs2_inode *ip = GFS2_I(sdp->sd_quota_inode); | 744 | struct gfs2_inode *ip = GFS2_I(sdp->sd_quota_inode); |
745 | struct gfs2_holder i_gh; | 745 | struct gfs2_holder i_gh; |
746 | struct gfs2_quota q; | 746 | struct gfs2_quota_host q; |
747 | char buf[sizeof(struct gfs2_quota)]; | 747 | char buf[sizeof(struct gfs2_quota)]; |
748 | struct file_ra_state ra_state; | 748 | struct file_ra_state ra_state; |
749 | int error; | 749 | int error; |