X-Git-Url: https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=blobdiff_plain;f=fs%2Fxfs%2Fxfs_iget.c;h=8e09b71f4104a91e0e6e2ba00ce8384d1b780499;hp=f01b07687faf93103ff7964f266607b3a6a3ce17;hb=72772a3b5b158cddcfbbff3ef13b26b03a905158;hpb=92d9cd1059f80b9c89dee191ffb88b0872e6a7ae diff --git a/fs/xfs/xfs_iget.c b/fs/xfs/xfs_iget.c index f01b07687fa..8e09b71f410 100644 --- a/fs/xfs/xfs_iget.c +++ b/fs/xfs/xfs_iget.c @@ -235,6 +235,7 @@ finish_inode: */ new_icl = kmem_zone_alloc(xfs_icluster_zone, KM_SLEEP); if (radix_tree_preload(GFP_KERNEL)) { + xfs_idestroy(ip); delay(1); goto again; }