]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - fs/btrfs/ordered-data.h
btrfs delete ordered inode handling fix
[mirror_ubuntu-bionic-kernel.git] / fs / btrfs / ordered-data.h
index 29047e0abaabb72d91312d8d2cf40b8a66e3df42..c515c4b39996096d508c4feda8229b3cdf4dd5ac 100644 (file)
@@ -38,6 +38,6 @@ int btrfs_find_del_first_ordered_inode(struct btrfs_ordered_inode_tree *tree,
 int btrfs_find_first_ordered_inode(struct btrfs_ordered_inode_tree *tree,
                                       u64 *root_objectid, u64 *objectid,
                                       struct inode **inode);
-int btrfs_del_ordered_inode(struct inode *inode);
+void btrfs_del_ordered_inode(struct inode *inode);
 int btrfs_ordered_throttle(struct btrfs_root *root, struct inode *inode);
 #endif