diff options
Diffstat (limited to 'fs/ocfs2/super.c')
-rw-r--r-- | fs/ocfs2/super.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c index 3b04f5d2e89..c85e525950a 100644 --- a/fs/ocfs2/super.c +++ b/fs/ocfs2/super.c | |||
@@ -1437,7 +1437,8 @@ static int ocfs2_initialize_super(struct super_block *sb, | |||
1437 | 1437 | ||
1438 | osb->slot_num = OCFS2_INVALID_SLOT; | 1438 | osb->slot_num = OCFS2_INVALID_SLOT; |
1439 | 1439 | ||
1440 | osb->s_xattr_inline_size = OCFS2_MIN_XATTR_INLINE_SIZE; | 1440 | osb->s_xattr_inline_size = le16_to_cpu( |
1441 | di->id2.i_super.s_xattr_inline_size); | ||
1441 | 1442 | ||
1442 | osb->local_alloc_state = OCFS2_LA_UNUSED; | 1443 | osb->local_alloc_state = OCFS2_LA_UNUSED; |
1443 | osb->local_alloc_bh = NULL; | 1444 | osb->local_alloc_bh = NULL; |