mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 05:31:15 +00:00
btrfs delete ordered inode handling fix
Use btrfs_release_file instead of a put_inode call Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
parent
da496f2acf
commit
e1b81e6761
5 changed files with 23 additions and 32 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue