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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ocfs2/ocfs2.h b/fs/ocfs2/ocfs2.h
index c6ed8c35de0d..95f783dbe8b2 100644
--- a/fs/ocfs2/ocfs2.h
+++ b/fs/ocfs2/ocfs2.h
@@ -216,10 +216,10 @@ struct ocfs2_super
216 unsigned long s_mount_opt; 216 unsigned long s_mount_opt;
217 unsigned int s_atime_quantum; 217 unsigned int s_atime_quantum;
218 218
219 u16 max_slots; 219 unsigned int max_slots;
220 s16 node_num; 220 s16 node_num;
221 s16 slot_num; 221 int slot_num;
222 s16 preferred_slot; 222 int preferred_slot;
223 int s_sectsize_bits; 223 int s_sectsize_bits;
224 int s_clustersize; 224 int s_clustersize;
225 int s_clustersize_bits; 225 int s_clustersize_bits;