Required to make it compiled with -rt patchset.
---
btrfs/inode.c | 1 -
1 file changed, 1 deletion(-)
Index: btrfs-0.14/inode.c
==================================================================---
btrfs-0.14.orig/btrfs/inode.c
+++ btrfs-0.14/btrfs/inode.c
@@ -3139,7 +3139,6 @@ struct inode *btrfs_alloc_inode(struct s
void btrfs_destroy_inode(struct inode *inode)
{
WARN_ON(!list_empty(&inode->i_dentry));
- WARN_ON(inode->i_data.nrpages);
btrfs_drop_extent_cache(inode, 0, (u64)-1);
kmem_cache_free(btrfs_inode_cachep, BTRFS_I(inode));
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs"
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html