mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 21:21:09 +00:00
Fix btrfs_del_ordered_inode to allow forcing the drop during unlinks
This allows us to delete an unlinked inode with dirty pages from the list instead of forcing commit to write these out before deleting the inode. Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
parent
051e1b9f74
commit
594a24eb0e
5 changed files with 19 additions and 13 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);
|
||||
void btrfs_del_ordered_inode(struct inode *inode);
|
||||
void btrfs_del_ordered_inode(struct inode *inode, int force);
|
||||
int btrfs_ordered_throttle(struct btrfs_root *root, struct inode *inode);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue