aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.h
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2013-08-14 16:27:46 -0400
committerChris Mason <chris.mason@fusionio.com>2013-09-01 08:15:51 -0400
commit171170c1c5625cab9687ecf6714e09e0c8a6ed3c (patch)
treeba753864755e002b0a33c532cc3ec956b10bfd0a /fs/btrfs/transaction.h
parent35a3621beb3e2face3e7954eaee20a8fa0043fac (diff)
btrfs: mark some local function as 'static'
Cc: Josef Bacik <jbacik@fusionio.com> Cc: Chris Mason <chris.mason@fusionio.com> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>
Diffstat (limited to 'fs/btrfs/transaction.h')
-rw-r--r--fs/btrfs/transaction.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/transaction.h b/fs/btrfs/transaction.h
index defbc4269897..5c2af8491621 100644
--- a/fs/btrfs/transaction.h
+++ b/fs/btrfs/transaction.h
@@ -160,8 +160,6 @@ int btrfs_should_end_transaction(struct btrfs_trans_handle *trans,
160void btrfs_throttle(struct btrfs_root *root); 160void btrfs_throttle(struct btrfs_root *root);
161int btrfs_record_root_in_trans(struct btrfs_trans_handle *trans, 161int btrfs_record_root_in_trans(struct btrfs_trans_handle *trans,
162 struct btrfs_root *root); 162 struct btrfs_root *root);
163int btrfs_write_and_wait_marked_extents(struct btrfs_root *root,
164 struct extent_io_tree *dirty_pages, int mark);
165int btrfs_write_marked_extents(struct btrfs_root *root, 163int btrfs_write_marked_extents(struct btrfs_root *root,
166 struct extent_io_tree *dirty_pages, int mark); 164 struct extent_io_tree *dirty_pages, int mark);
167int btrfs_wait_marked_extents(struct btrfs_root *root, 165int btrfs_wait_marked_extents(struct btrfs_root *root,