diff options
Diffstat (limited to 'fs/gfs2/ondisk.c')
-rw-r--r-- | fs/gfs2/ondisk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/ondisk.c b/fs/gfs2/ondisk.c index 84c59b165b63..2d1682ded4b7 100644 --- a/fs/gfs2/ondisk.c +++ b/fs/gfs2/ondisk.c | |||
@@ -297,7 +297,7 @@ void gfs2_statfs_change_out(const struct gfs2_statfs_change_host *sc, void *buf) | |||
297 | str->sc_dinodes = cpu_to_be64(sc->sc_dinodes); | 297 | str->sc_dinodes = cpu_to_be64(sc->sc_dinodes); |
298 | } | 298 | } |
299 | 299 | ||
300 | void gfs2_quota_change_in(struct gfs2_quota_change *qc, const void *buf) | 300 | void gfs2_quota_change_in(struct gfs2_quota_change_host *qc, const void *buf) |
301 | { | 301 | { |
302 | const struct gfs2_quota_change *str = buf; | 302 | const struct gfs2_quota_change *str = buf; |
303 | 303 | ||