Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Btrfs: init inode ordered_data_close flag properly
This flag is used to decide when we need to send a given file through the ordered code to make sure it is fully written before a transaction commits. It was not being properly set to zero when the inode was being setup. Signed-off-by: Chris Mason <chris.mason@oracle.com>
- Loading branch information