|
@@ -94,8 +94,6 @@ static noinline int cow_file_range(struct inode *inode,
|
|
|
struct page *locked_page,
|
|
|
u64 start, u64 end, int *page_started,
|
|
|
unsigned long *nr_written, int unlock);
|
|
|
-static noinline int btrfs_update_inode_fallback(struct btrfs_trans_handle *trans,
|
|
|
- struct btrfs_root *root, struct inode *inode);
|
|
|
|
|
|
static int btrfs_init_inode_security(struct btrfs_trans_handle *trans,
|
|
|
struct inode *inode, struct inode *dir,
|
|
@@ -2746,8 +2744,9 @@ noinline int btrfs_update_inode(struct btrfs_trans_handle *trans,
|
|
|
return btrfs_update_inode_item(trans, root, inode);
|
|
|
}
|
|
|
|
|
|
-static noinline int btrfs_update_inode_fallback(struct btrfs_trans_handle *trans,
|
|
|
- struct btrfs_root *root, struct inode *inode)
|
|
|
+noinline int btrfs_update_inode_fallback(struct btrfs_trans_handle *trans,
|
|
|
+ struct btrfs_root *root,
|
|
|
+ struct inode *inode)
|
|
|
{
|
|
|
int ret;
|
|
|
|