Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360482
b: refs/heads/master
c: f2bdf9a
h: refs/heads/master
v: v3
  • Loading branch information
Josef Bacik committed Feb 26, 2013
1 parent 0bce22a commit 4a3fabd
Show file tree
Hide file tree
Showing 2 changed files with 3 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: dc81cdc58ad2f413b96b9004f8d681e5dc554473
refs/heads/master: f2bdf9a8f79052e9577936cbe5696c0e232aa0e3
3 changes: 2 additions & 1 deletion trunk/fs/btrfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -5574,7 +5574,8 @@ static struct inode *btrfs_new_inode(struct btrfs_trans_handle *trans,
if (btrfs_test_opt(root, NODATASUM))
BTRFS_I(inode)->flags |= BTRFS_INODE_NODATASUM;
if (btrfs_test_opt(root, NODATACOW))
BTRFS_I(inode)->flags |= BTRFS_INODE_NODATACOW;
BTRFS_I(inode)->flags |= BTRFS_INODE_NODATACOW |
BTRFS_INODE_NODATASUM;
}

insert_inode_hash(inode);
Expand Down

0 comments on commit 4a3fabd

Please sign in to comment.