aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorYan Zheng <zheng.yan@oracle.com>2008-08-05 13:05:02 -0400
committerChris Mason <chris.mason@oracle.com>2008-09-25 11:04:06 -0400
commit7ea394f1192bee1af67ea4762c88ef4b7b0487a8 (patch)
treee2c593d054d802bc71e86508a5b7523ff80cc1ea /fs/btrfs/ctree.h
parent00e4e6b33a0f78aab4b788d6d31c884fd8bf88da (diff)
Btrfs: Fix nodatacow for the new data=ordered mode
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 116aee21bf77..f90e5a7ac161 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -1403,7 +1403,8 @@ static inline struct dentry *fdentry(struct file *file) {
1403} 1403}
1404 1404
1405/* extent-tree.c */ 1405/* extent-tree.c */
1406int btrfs_cross_ref_exists(struct btrfs_root *root, 1406int btrfs_cross_ref_exists(struct btrfs_trans_handle *trans,
1407 struct btrfs_root *root,
1407 struct btrfs_key *key, u64 bytenr); 1408 struct btrfs_key *key, u64 bytenr);
1408int btrfs_extent_post_op(struct btrfs_trans_handle *trans, 1409int btrfs_extent_post_op(struct btrfs_trans_handle *trans,
1409 struct btrfs_root *root); 1410 struct btrfs_root *root);