From: Andy Adamson <andros@xxxxxxxxxx> Signed-off-by: Andy Adamson <andros@xxxxxxxxxx> --- fs/nfs/pnfs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/nfs/pnfs.c b/fs/nfs/pnfs.c index 7631efe..704288d 100644 --- a/fs/nfs/pnfs.c +++ b/fs/nfs/pnfs.c @@ -391,7 +391,7 @@ pnfs_destroy_layout(struct nfs_inode *nfsi) }; spin_lock(&nfsi->vfs_inode.i_lock); - lo = grab_current_layout(nfsi); + lo = nfsi->layout; if (lo) { pnfs_free_layout(lo, &range); WARN_ON(!list_empty(&nfsi->layout->segs)); -- 1.6.6 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html