diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index abb27332c914..ca5547af6090 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -1908,6 +1908,7 @@ int btrfs_update_inode(struct btrfs_trans_handle *trans, | |||
1908 | int btrfs_orphan_add(struct btrfs_trans_handle *trans, struct inode *inode); | 1908 | int btrfs_orphan_add(struct btrfs_trans_handle *trans, struct inode *inode); |
1909 | int btrfs_orphan_del(struct btrfs_trans_handle *trans, struct inode *inode); | 1909 | int btrfs_orphan_del(struct btrfs_trans_handle *trans, struct inode *inode); |
1910 | void btrfs_orphan_cleanup(struct btrfs_root *root); | 1910 | void btrfs_orphan_cleanup(struct btrfs_root *root); |
1911 | int btrfs_cont_expand(struct inode *inode, loff_t size); | ||
1911 | 1912 | ||
1912 | /* ioctl.c */ | 1913 | /* ioctl.c */ |
1913 | long btrfs_ioctl(struct file *file, unsigned int cmd, unsigned long arg); | 1914 | long btrfs_ioctl(struct file *file, unsigned int cmd, unsigned long arg); |