summaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.c
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2013-08-14 20:27:46 (GMT)
committerChris Mason <chris.mason@fusionio.com>2013-09-01 12:15:51 (GMT)
commit171170c1c5625cab9687ecf6714e09e0c8a6ed3c (patch)
treeba753864755e002b0a33c532cc3ec956b10bfd0a /fs/btrfs/transaction.c
parent35a3621beb3e2face3e7954eaee20a8fa0043fac (diff)
downloadlinux-fsl-qoriq-171170c1c5625cab9687ecf6714e09e0c8a6ed3c.tar.xz
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.c')
-rw-r--r--fs/btrfs/transaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/transaction.c b/fs/btrfs/transaction.c
index ea8d522..579efcc 100644
--- a/fs/btrfs/transaction.c
+++ b/fs/btrfs/transaction.c
@@ -837,7 +837,7 @@ int btrfs_wait_marked_extents(struct btrfs_root *root,
* them in one of two extent_io trees. This is used to make sure all of
* those extents are on disk for transaction or log commit
*/
-int btrfs_write_and_wait_marked_extents(struct btrfs_root *root,
+static int btrfs_write_and_wait_marked_extents(struct btrfs_root *root,
struct extent_io_tree *dirty_pages, int mark)
{
int ret;