diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-10-13 23:43:19 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-11-30 10:33:38 -0500 |
commit | bd209cc017f231e8536550bdab1bf5da93c32798 (patch) | |
tree | 78dc50f723298ed5e2d7ec4965ba162933cf002a /fs/gfs2/ops_super.c | |
parent | b5bc9e8b065dbcd4c675e8c158d6e524f221b8e1 (diff) |
[GFS2] split and annotate gfs2_statfs_change
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/ops_super.c')
-rw-r--r-- | fs/gfs2/ops_super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/ops_super.c b/fs/gfs2/ops_super.c index b47d9598c047..9c786d1e702d 100644 --- a/fs/gfs2/ops_super.c +++ b/fs/gfs2/ops_super.c | |||
@@ -215,7 +215,7 @@ static int gfs2_statfs(struct dentry *dentry, struct kstatfs *buf) | |||
215 | { | 215 | { |
216 | struct super_block *sb = dentry->d_inode->i_sb; | 216 | struct super_block *sb = dentry->d_inode->i_sb; |
217 | struct gfs2_sbd *sdp = sb->s_fs_info; | 217 | struct gfs2_sbd *sdp = sb->s_fs_info; |
218 | struct gfs2_statfs_change sc; | 218 | struct gfs2_statfs_change_host sc; |
219 | int error; | 219 | int error; |
220 | 220 | ||
221 | if (gfs2_tune_get(sdp, gt_statfs_slow)) | 221 | if (gfs2_tune_get(sdp, gt_statfs_slow)) |