Btrfs: init inode ordered_data_close flag properly
authorChris Mason <chris.mason@oracle.com>
Thu, 14 May 2009 17:10:02 +0000 (13:10 -0400)
committerChris Mason <chris.mason@oracle.com>
Thu, 14 May 2009 18:00:31 +0000 (14:00 -0400)
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>

No differences found