aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-10-15 16:18:25 -0400
committerChris Mason <chris.mason@oracle.com>2008-09-25 11:03:56 -0400
commit3326d1b07c0cb6a2ff5b835b7a2cffa54124d074 (patch)
tree16db275e3e8edb35e46fdd9f9a0f3a1c377ada5f /fs/btrfs/ctree.h
parent4dc119046d0d8501afa4346472917fb05586ad9c (diff)
Btrfs: Allow tails larger than one page
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 54c754dd9a14..18994c53106c 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -1137,7 +1137,7 @@ int btrfs_drop_extent_cache(struct inode *inode, u64 start, u64 end);
1137extern struct file_operations btrfs_file_operations; 1137extern struct file_operations btrfs_file_operations;
1138int btrfs_drop_extents(struct btrfs_trans_handle *trans, 1138int btrfs_drop_extents(struct btrfs_trans_handle *trans,
1139 struct btrfs_root *root, struct inode *inode, 1139 struct btrfs_root *root, struct inode *inode,
1140 u64 start, u64 end, u64 *hint_block); 1140 u64 start, u64 end, u64 inline_end, u64 *hint_block);
1141/* tree-defrag.c */ 1141/* tree-defrag.c */
1142int btrfs_defrag_leaves(struct btrfs_trans_handle *trans, 1142int btrfs_defrag_leaves(struct btrfs_trans_handle *trans,
1143 struct btrfs_root *root, int cache_only); 1143 struct btrfs_root *root, int cache_only);