aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorGravatar Josef Bacik <josef@toxicpanda.com> 2021-11-05 16:45:27 -0400
committerGravatar David Sterba <dsterba@suse.com> 2022-01-03 15:09:46 +0100
commit0af4769da6b29a5e091f3e404e8d5426bdeccac7 (patch)
tree2d322bd3d535195b949903945de31e6fca69bc28 /fs/btrfs/ctree.h
parentbtrfs: eliminate if in main loop in tree_search_offset (diff)
downloadlinux-0af4769da6b29a5e091f3e404e8d5426bdeccac7.tar.gz
linux-0af4769da6b29a5e091f3e404e8d5426bdeccac7.tar.bz2
linux-0af4769da6b29a5e091f3e404e8d5426bdeccac7.zip
btrfs: remove unused BTRFS_FS_BARRIER flag
This is no longer used, the -o nobarrier is handled by BTRFS_MOUNT_NOBARRIER. Remove the flag. Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 004cf3f67ce5..f9e9f08175be 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -548,7 +548,6 @@ struct btrfs_swapfile_pin {
bool btrfs_pinned_by_swapfile(struct btrfs_fs_info *fs_info, void *ptr);
enum {
- BTRFS_FS_BARRIER,
BTRFS_FS_CLOSING_START,
BTRFS_FS_CLOSING_DONE,
BTRFS_FS_LOG_RECOVERING,