aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/ocfs2.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/ocfs2.h')
-rw-r--r--fs/ocfs2/ocfs2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ocfs2/ocfs2.h b/fs/ocfs2/ocfs2.h
index 65739b3b3276..687e291d73f2 100644
--- a/fs/ocfs2/ocfs2.h
+++ b/fs/ocfs2/ocfs2.h
@@ -284,7 +284,8 @@ struct ocfs2_super
284 struct super_block *sb; 284 struct super_block *sb;
285 struct inode *root_inode; 285 struct inode *root_inode;
286 struct inode *sys_root_inode; 286 struct inode *sys_root_inode;
287 struct inode *system_inodes[NUM_SYSTEM_INODES]; 287 struct inode *global_system_inodes[NUM_GLOBAL_SYSTEM_INODES];
288 struct inode **local_system_inodes;
288 289
289 struct ocfs2_slot_info *slot_info; 290 struct ocfs2_slot_info *slot_info;
290 291