diff options
-rw-r--r-- | fs/btrfs/super.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index 3aab10ce63e8..58cb83f23b1a 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c | |||
@@ -1762,6 +1762,9 @@ static void btrfs_print_info(void) | |||
1762 | #ifdef CONFIG_BTRFS_DEBUG | 1762 | #ifdef CONFIG_BTRFS_DEBUG |
1763 | ", debug=on" | 1763 | ", debug=on" |
1764 | #endif | 1764 | #endif |
1765 | #ifdef CONFIG_BTRFS_ASSERT | ||
1766 | ", assert=on" | ||
1767 | #endif | ||
1765 | #ifdef CONFIG_BTRFS_FS_CHECK_INTEGRITY | 1768 | #ifdef CONFIG_BTRFS_FS_CHECK_INTEGRITY |
1766 | ", integrity-checker=on" | 1769 | ", integrity-checker=on" |
1767 | #endif | 1770 | #endif |