From owner-freebsd-fs@FreeBSD.ORG Fri Oct 26 13:30:01 2012 Return-Path: Delivered-To: freebsd-fs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 98AAE9C2 for ; Fri, 26 Oct 2012 13:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id 7FDBD8FC0C for ; Fri, 26 Oct 2012 13:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9QDU1pA005957 for ; Fri, 26 Oct 2012 13:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9QDU1uP005954; Fri, 26 Oct 2012 13:30:01 GMT (envelope-from gnats) Date: Fri, 26 Oct 2012 13:30:01 GMT Message-Id: <201210261330.q9QDU1uP005954@freefall.freebsd.org> To: freebsd-fs@FreeBSD.org Cc: From: Martin Birgmeier Subject: Re: kern/136865: [nfs] [patch] NFS exports atomic and on-the-fly atomic updates X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Martin Birgmeier List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2012 13:30:01 -0000 The following reply was made to PR kern/136865; it has been noted by GNATS. From: Martin Birgmeier To: Andrey Simonenko , bug-followup@FreeBSD.org Cc: Subject: Re: kern/136865: [nfs] [patch] NFS exports atomic and on-the-fly atomic updates Date: Fri, 26 Oct 2012 15:15:56 +0200 Hi Andrey, Today I started applying your changes and did the following: 1. downloaded nfse-20121025.tar.bz2 from sourceforge 2. read INSTALL-all 3. checked out release/8.2.0 from FreeBSD SVN 4. applied src/cddl.diff ==> this failed 5. checked out head from FreeBSD SVN 6. applied src/cddl diff ==> this failed as well I have imported all nfse patch files from sourceforge in a local mercurial repo to be able to easier follow what is changing. There I see that cddl.diff was updated for the last time on May 17. Could you help me with the following questions: - Is INSTALL-all still relevant, and if yes, for which cases? - What for is cddl.diff? - I am heavily using zfs. Which patches from your patchset do I need to get nfse to fully support zfs? Lastly, I believe it might be more helpful to combine INSTALL-all and INSTALL-kern into a single file INSTALL and in that file clearly point out the differences between the two methods (what does one method give you, what the other, what do I need to do for the first method, what for the other). Regards, Martin On 10/22/12 16:37, Andrey Simonenko wrote: > On Sat, Oct 20, 2012 at 11:43:17AM +0200, Martin Birgmeier wrote: >> Andrey, >> >> I'd really like to use this. However, I need to use it with FreeBSD 7.4, >> 8.2, and 9.0 (and 9.1 in the near future); I tried to backport your >> changes, but this turned out to be too difficult for me. >> > sys.diff for 8.2 in the attachment.