diff options
Diffstat (limited to 'fs/exofs')
-rw-r--r-- | fs/exofs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/exofs/super.c b/fs/exofs/super.c index d22cd168c6ee..4710b5f686d9 100644 --- a/fs/exofs/super.c +++ b/fs/exofs/super.c | |||
@@ -389,7 +389,7 @@ static int exofs_sync_fs(struct super_block *sb, int wait) | |||
389 | ios->length = offsetof(struct exofs_fscb, s_dev_table_oid); | 389 | ios->length = offsetof(struct exofs_fscb, s_dev_table_oid); |
390 | memset(fscb, 0, ios->length); | 390 | memset(fscb, 0, ios->length); |
391 | fscb->s_nextid = cpu_to_le64(sbi->s_nextid); | 391 | fscb->s_nextid = cpu_to_le64(sbi->s_nextid); |
392 | fscb->s_numfiles = cpu_to_le32(sbi->s_numfiles); | 392 | fscb->s_numfiles = cpu_to_le64(sbi->s_numfiles); |
393 | fscb->s_magic = cpu_to_le16(sb->s_magic); | 393 | fscb->s_magic = cpu_to_le16(sb->s_magic); |
394 | fscb->s_newfs = 0; | 394 | fscb->s_newfs = 0; |
395 | fscb->s_version = EXOFS_FSCB_VER; | 395 | fscb->s_version = EXOFS_FSCB_VER; |