commit | 2757495c906113896b378bf084708846273c87b2 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Thu May 14 13:10:02 2009 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu May 14 14:00:31 2009 -0400 |
tree | 883ae5bc6acd77cc9d1ce0932757827506664341 | |
parent | 46a53cca826e71effe59e3cb4f383622c33ebdcb [diff] |
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>