Message ID | 1292428991-30788-1-git-send-email-iisaman@netapp.com (mailing list archive) |
---|---|
State | Superseded, archived |
Delegated to: | Trond Myklebust |
Headers | show |
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