diff options
Diffstat (limited to 'usr/src/uts/common/fs/nfs/nfs3_srv.c')
-rw-r--r-- | usr/src/uts/common/fs/nfs/nfs3_srv.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/src/uts/common/fs/nfs/nfs3_srv.c b/usr/src/uts/common/fs/nfs/nfs3_srv.c index 89d65a4d0f..1368da2199 100644 --- a/usr/src/uts/common/fs/nfs/nfs3_srv.c +++ b/usr/src/uts/common/fs/nfs/nfs3_srv.c @@ -3384,7 +3384,6 @@ out1: VOP_RWUNLOCK(vp, V_WRITELOCK_FALSE, NULL); VN_RELE(vp); } - vattr_to_post_op_attr(vap, &resp->resfail.dir_attributes); } void * @@ -3782,8 +3781,6 @@ out1: if (namlen != NULL) kmem_free(namlen, args->dircount); - - vattr_to_post_op_attr(vap, &resp->resfail.dir_attributes); } void * |