btrfs delete ordered inode handling fix
[linux-2.6-block.git] / fs / btrfs / super.c
index 273a5b511f50c1ab4ee604164fbe12c7b9d67066..05029656e42e9c871238175ea692ade0cc031b66 100644 (file)
@@ -487,7 +487,6 @@ static void btrfs_unlockfs(struct super_block *sb)
 
 static struct super_operations btrfs_super_ops = {
        .delete_inode   = btrfs_delete_inode,
-       .put_inode      = btrfs_put_inode,
        .put_super      = btrfs_put_super,
        .write_super    = btrfs_write_super,
        .sync_fs        = btrfs_sync_fs,