commit | 9427216476d4fa75103f39d4b228c47d56ba20da | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Thu Jul 02 12:26:06 2009 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Jul 02 13:41:17 2009 -0400 |
tree | a6ed7b28aa778a4f9e0c9326f20215e75eb48d40 | |
parent | 2c47e605a91dde6b0514f689645e7ab336c8592a [diff] |
Btrfs: honor nodatacow/sum mount options for new files The btrfs attr patches unconditionally inherited the inode flags field without honoring nodatacow and nodatasum. This fix makes sure we properly record the nodatacow/sum mount options in new inodes. Signed-off-by: Chris Mason <chris.mason@oracle.com>