Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310828
b: refs/heads/master
c: 69e380d
h: refs/heads/master
v: v3
  • Loading branch information
Li Zefan authored and Chris Mason committed Jun 15, 2012
1 parent e046925 commit ac54c6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6c282eb40ed6f64a51ff447707714df551d85b8e
refs/heads/master: 69e380d176e73653e09ce2cf3a5dc09682a69229
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/disk-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -2119,7 +2119,7 @@ int open_ctree(struct super_block *sb,

features = btrfs_super_incompat_flags(disk_super);
features |= BTRFS_FEATURE_INCOMPAT_MIXED_BACKREF;
if (tree_root->fs_info->compress_type & BTRFS_COMPRESS_LZO)
if (tree_root->fs_info->compress_type == BTRFS_COMPRESS_LZO)
features |= BTRFS_FEATURE_INCOMPAT_COMPRESS_LZO;

/*
Expand Down

0 comments on commit ac54c6b

Please sign in to comment.