mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 14:11:20 +00:00
Rework btrfs_drop_inode to avoid scheduling
Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
parent
61295eb866
commit
cee36a03e8
6 changed files with 44 additions and 10 deletions
|
@ -36,4 +36,5 @@ int btrfs_find_del_first_ordered_inode(struct btrfs_ordered_inode_tree *tree,
|
|||
u64 *root_objectid, u64 *objectid);
|
||||
int btrfs_find_first_ordered_inode(struct btrfs_ordered_inode_tree *tree,
|
||||
u64 *root_objectid, u64 *objectid);
|
||||
int btrfs_del_ordered_inode(struct inode *inode);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue