diff options
Diffstat (limited to 'fs/btrfs/transaction.c')
-rw-r--r-- | fs/btrfs/transaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/transaction.c b/fs/btrfs/transaction.c index ea8d52212d75..579efcc1de16 100644 --- a/fs/btrfs/transaction.c +++ b/fs/btrfs/transaction.c | |||
@@ -837,7 +837,7 @@ int btrfs_wait_marked_extents(struct btrfs_root *root, | |||
837 | * them in one of two extent_io trees. This is used to make sure all of | 837 | * them in one of two extent_io trees. This is used to make sure all of |
838 | * those extents are on disk for transaction or log commit | 838 | * those extents are on disk for transaction or log commit |
839 | */ | 839 | */ |
840 | int btrfs_write_and_wait_marked_extents(struct btrfs_root *root, | 840 | static int btrfs_write_and_wait_marked_extents(struct btrfs_root *root, |
841 | struct extent_io_tree *dirty_pages, int mark) | 841 | struct extent_io_tree *dirty_pages, int mark) |
842 | { | 842 | { |
843 | int ret; | 843 | int ret; |