diff options
Diffstat (limited to 'fs/gfs2/incore.h')
-rw-r--r-- | fs/gfs2/incore.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h index 3a4ea50c9113..58b75abf6ab2 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h @@ -302,7 +302,9 @@ struct gfs2_blkreserv { */ struct gfs2_alloc_parms { u64 target; + u32 min_target; u32 aflags; + u64 allowed; }; enum { |