Signed-off-by: Fred Isaman <iisaman@xxxxxxxxxx> --- fs/nfs/inode.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c index 54a2fc7..e557d96 100644 --- a/fs/nfs/inode.c +++ b/fs/nfs/inode.c @@ -1425,6 +1425,7 @@ void nfs4_evict_inode(struct inode *inode) pnfs_destroy_layout(NFS_I(inode)); /* If we are holding a delegation, return it! */ nfs_inode_return_delegation_noreclaim(inode); + /* First call standard NFS clear_inode() code */ nfs_clear_inode(inode); } #endif -- 1.7.2.1 -- 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