aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs')
-rw-r--r--fs/btrfs/disk-io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c
index fdce8799b98d..7b658d2107b4 100644
--- a/fs/btrfs/disk-io.c
+++ b/fs/btrfs/disk-io.c
@@ -2489,7 +2489,7 @@ int close_ctree(struct btrfs_root *root)
2489 * ERROR state on disk. 2489 * ERROR state on disk.
2490 * 2490 *
2491 * 2. when btrfs flips readonly just in btrfs_commit_super, 2491 * 2. when btrfs flips readonly just in btrfs_commit_super,
2492 * and in such case, btrfs cannnot write sb via btrfs_commit_super, 2492 * and in such case, btrfs cannot write sb via btrfs_commit_super,
2493 * and since fs_state has been set BTRFS_SUPER_FLAG_ERROR flag, 2493 * and since fs_state has been set BTRFS_SUPER_FLAG_ERROR flag,
2494 * btrfs will cleanup all FS resources first and write sb then. 2494 * btrfs will cleanup all FS resources first and write sb then.
2495 */ 2495 */