Btrfs: Add drop inode func to avoid data=ordered deadlock

Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
Chris Mason
2008-01-14 16:24:38 -05:00
parent 8c416c9e0d
commit 61295eb866
3 changed files with 21 additions and 0 deletions

View File

@@ -425,6 +425,7 @@ static struct file_system_type btrfs_fs_type = {
static struct super_operations btrfs_super_ops = {
.delete_inode = btrfs_delete_inode,
.drop_inode = btrfs_drop_inode,
.put_super = btrfs_put_super,
.read_inode = btrfs_read_locked_inode,
.write_super = btrfs_write_super,