From owner-p4-projects@FreeBSD.ORG Mon Sep 7 21:20:32 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 2ECA4106568B; Mon, 7 Sep 2009 21:20:32 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E75971065672 for ; Mon, 7 Sep 2009 21:20:31 +0000 (UTC) (envelope-from trasz@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D63C28FC0A for ; Mon, 7 Sep 2009 21:20:31 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n87LKVaR027618 for ; Mon, 7 Sep 2009 21:20:31 GMT (envelope-from trasz@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n87LKVWC027616 for perforce@freebsd.org; Mon, 7 Sep 2009 21:20:31 GMT (envelope-from trasz@freebsd.org) Date: Mon, 7 Sep 2009 21:20:31 GMT Message-Id: <200909072120.n87LKVWC027616@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to trasz@freebsd.org using -f From: Edward Tomasz Napierala To: Perforce Change Reviews Cc: Subject: PERFORCE change 168305 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Sep 2009 21:20:32 -0000 http://perforce.freebsd.org/chv.cgi?CH=168305 Change 168305 by trasz@trasz_anger on 2009/09/07 21:20:08 Remove completed items. Affected files ... .. //depot/projects/soc2008/trasz_nfs4acl/TODO#56 edit Differences ... ==== //depot/projects/soc2008/trasz_nfs4acl/TODO#56 (text+ko) ==== @@ -1,8 +1,5 @@ Things that need to be done before this goes into -CURRENT: -- Don't use fpathconf(..., _PC_ACL_NFS4); instead just call - acl_set_file(3) or acl_get_file(3) with ACL_TYPE_NFS4 and handle EOPNOTSUPP. - - Decide how VAPPEND is supposed to work - always OR-ed with VWRITE, or used alone. Fix stuff accordingly. @@ -14,9 +11,6 @@ - Talk about semantics. Do whatever is needed. -- Figure out whether this thing should be called 'nfs4' or 'nfsv4'. - Use this name consistently. - - Review. Things to do, in no particular order: