commit | 1200b51f57dca934cfd78969f460d636ec0fb838 | [log] [tgz] |
---|---|---|
author | Qu Wenruo <wqu@suse.com> | Thu May 09 15:31:50 2019 +0800 |
committer | David Sterba <dsterba@suse.com> | Mon Jul 01 13:34:59 2019 +0200 |
tree | 2a5f2ebf300c2e17629ce63b31fd98f39632ccd6 | |
parent | 480b9b4d847fe18f4a559f5cac718d9b2cbcdcaf [diff] |
btrfs: remove the incorrect comment on RO fs when btrfs_run_delalloc_range() fails At the context of btrfs_run_delalloc_range(), we haven't started/joined a transaction, thus even something went wrong, we can't and won't abort transaction, thus no way to make the fs RO. Reviewed-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: Qu Wenruo <wqu@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>