aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/incore.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/incore.h')
-rw-r--r--fs/gfs2/incore.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h
index b67e44baa73c..c50dcdf79929 100644
--- a/fs/gfs2/incore.h
+++ b/fs/gfs2/incore.h
@@ -241,8 +241,6 @@ enum {
241struct gfs2_dinode_host { 241struct gfs2_dinode_host {
242 u64 di_size; /* number of bytes in file */ 242 u64 di_size; /* number of bytes in file */
243 u64 di_blocks; /* number of blocks in file */ 243 u64 di_blocks; /* number of blocks in file */
244 u64 di_goal_meta; /* rgrp to alloc from next */
245 u64 di_goal_data; /* data block goal */
246 u64 di_generation; /* generation number for NFS */ 244 u64 di_generation; /* generation number for NFS */
247 u32 di_flags; /* GFS2_DIF_... */ 245 u32 di_flags; /* GFS2_DIF_... */
248 /* These only apply to directories */ 246 /* These only apply to directories */
@@ -262,8 +260,7 @@ struct gfs2_inode {
262 struct gfs2_holder i_iopen_gh; 260 struct gfs2_holder i_iopen_gh;
263 struct gfs2_holder i_gh; /* for prepare/commit_write only */ 261 struct gfs2_holder i_gh; /* for prepare/commit_write only */
264 struct gfs2_alloc *i_alloc; 262 struct gfs2_alloc *i_alloc;
265 u64 i_last_rg_alloc; 263 u64 i_goal; /* goal block for allocations */
266
267 struct rw_semaphore i_rw_mutex; 264 struct rw_semaphore i_rw_mutex;
268 u8 i_height; 265 u8 i_height;
269 u8 i_depth; 266 u8 i_depth;