aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/dir-item.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/dir-item.c')
-rw-r--r--fs/btrfs/dir-item.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/fs/btrfs/dir-item.c b/fs/btrfs/dir-item.c
index 7a7e9846860a..00a28d90fea6 100644
--- a/fs/btrfs/dir-item.c
+++ b/fs/btrfs/dir-item.c
@@ -4,11 +4,12 @@
4#include "hash.h" 4#include "hash.h"
5#include "transaction.h" 5#include "transaction.h"
6 6
7struct btrfs_dir_item *insert_with_overflow(struct btrfs_trans_handle *trans, 7static struct btrfs_dir_item *insert_with_overflow(struct btrfs_trans_handle
8 struct btrfs_root *root, 8 *trans,
9 struct btrfs_path *path, 9 struct btrfs_root *root,
10 struct btrfs_key *cpu_key, 10 struct btrfs_path *path,
11 u32 data_size) 11 struct btrfs_key *cpu_key,
12 u32 data_size)
12{ 13{
13 int ret; 14 int ret;
14 char *ptr; 15 char *ptr;