diff options
Diffstat (limited to 'fs/xfs/xfs_mount.c')
-rw-r--r-- | fs/xfs/xfs_mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_mount.c b/fs/xfs/xfs_mount.c index ea7d4b4e50d0..e9727d0a541a 100644 --- a/fs/xfs/xfs_mount.c +++ b/fs/xfs/xfs_mount.c | |||
@@ -704,7 +704,7 @@ xfs_mountfs( | |||
704 | xfs_set_maxicount(mp); | 704 | xfs_set_maxicount(mp); |
705 | 705 | ||
706 | /* enable fail_at_unmount as default */ | 706 | /* enable fail_at_unmount as default */ |
707 | mp->m_fail_unmount = 1; | 707 | mp->m_fail_unmount = true; |
708 | 708 | ||
709 | error = xfs_sysfs_init(&mp->m_kobj, &xfs_mp_ktype, NULL, mp->m_fsname); | 709 | error = xfs_sysfs_init(&mp->m_kobj, &xfs_mp_ktype, NULL, mp->m_fsname); |
710 | if (error) | 710 | if (error) |