diff options
Diffstat (limited to 'fs/gfs2/super.h')
-rw-r--r-- | fs/gfs2/super.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/super.h b/fs/gfs2/super.h index 4a6ce9582743..b073300a93e8 100644 --- a/fs/gfs2/super.h +++ b/fs/gfs2/super.h | |||
@@ -40,7 +40,7 @@ int gfs2_make_fs_ro(struct gfs2_sbd *sdp); | |||
40 | 40 | ||
41 | int gfs2_statfs_init(struct gfs2_sbd *sdp); | 41 | int gfs2_statfs_init(struct gfs2_sbd *sdp); |
42 | void gfs2_statfs_change(struct gfs2_sbd *sdp, | 42 | void gfs2_statfs_change(struct gfs2_sbd *sdp, |
43 | int64_t total, int64_t free, int64_t dinodes); | 43 | s64 total, s64 free, s64 dinodes); |
44 | int gfs2_statfs_sync(struct gfs2_sbd *sdp); | 44 | int gfs2_statfs_sync(struct gfs2_sbd *sdp); |
45 | int gfs2_statfs_i(struct gfs2_sbd *sdp, struct gfs2_statfs_change *sc); | 45 | int gfs2_statfs_i(struct gfs2_sbd *sdp, struct gfs2_statfs_change *sc); |
46 | int gfs2_statfs_slow(struct gfs2_sbd *sdp, struct gfs2_statfs_change *sc); | 46 | int gfs2_statfs_slow(struct gfs2_sbd *sdp, struct gfs2_statfs_change *sc); |