From owner-freebsd-net@FreeBSD.ORG Fri Dec 19 07:26:01 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 181BE1C6 for ; Fri, 19 Dec 2014 07:26:01 +0000 (UTC) Received: from umail.aei.mpg.de (umail.aei.mpg.de [194.94.224.6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B80CA1799 for ; Fri, 19 Dec 2014 07:25:59 +0000 (UTC) Received: from mailgate.aei.mpg.de (mailgate.aei.mpg.de [194.94.224.5]) by umail.aei.mpg.de (Postfix) with ESMTP id B496E18AE027; Fri, 19 Dec 2014 08:25:09 +0100 (CET) Received: from mailgate.aei.mpg.de (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 6ED0640588A; Fri, 19 Dec 2014 08:25:13 +0100 (CET) Received: from intranet.aei.uni-hannover.de (ahin1.aei.uni-hannover.de [130.75.117.40]) by mailgate.aei.mpg.de (Postfix) with ESMTP id D33FA406AF1; Fri, 19 Dec 2014 08:25:12 +0100 (CET) Received: from arc.aei.uni-hannover.de ([10.117.15.110]) by intranet.aei.uni-hannover.de (Lotus Domino Release 8.5.3FP6HF1016) with ESMTP id 2014121908245856-74580 ; Fri, 19 Dec 2014 08:24:58 +0100 Date: Fri, 19 Dec 2014 08:24:58 +0100 From: Gerrit =?ISO-8859-1?Q?K=FChn?= To: Rick Macklem Subject: Re: compiling on nfs directories Message-Id: <20141219082458.86c1a35fd69bbfd2ce39b4ce@aei.mpg.de> In-Reply-To: <1694130912.577722.1418947524871.JavaMail.root@uoguelph.ca> References: <20141216092948.605dc8e2e0fec3fa4a5f8ec1@aei.mpg.de> <1694130912.577722.1418947524871.JavaMail.root@uoguelph.ca> Organization: Max Planck Gesellschaft X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) Mime-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on intranet/aei-hannover(Release 8.5.3FP6HF1016 | October 31, 2014) at 19.12.2014 08:24:58, Serialize by Router on intranet/aei-hannover(Release 8.5.3FP6HF1016 | October 31, 2014) at 19.12.2014 08:25:08, Serialize complete at 19.12.2014 08:25:08 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-PMX-Version: 6.0.2.2308539, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2014.12.19.71520 X-PerlMx-Spam: Gauge=IIIIIIII, Probability=8%, Report=' HTML_00_01 0.05, HTML_00_10 0.05, MIME_LOWER_CASE 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1000_LESS 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, BODY_SIZE_700_799 0, REFERENCES 0, __ANY_URI 0, __BOUNCE_CHALLENGE_SUBJ 0, __BOUNCE_NDR_SUBJ_EXEMPT 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_FROM 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __IN_REP_TO 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __REFERENCES 0, __SANE_MSGID 0, __SUBJ_ALPHA_NEGATE 0, __TO_MALFORMED_2 0, __URI_NO_PATH 0, __URI_NO_WWW 0, __URI_NS ' Cc: freebsd-net@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2014 07:26:01 -0000 On Thu, 18 Dec 2014 19:05:24 -0500 (EST) Rick Macklem wrote about Re: compiling on nfs directories: RM> avg@ just MFC'd a one line ZFS patch (the one I vaguely remembered RM> before). It is r275401 in head: RM> https://svnweb.freebsd.org/base/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c?r1=274337&r2=275401 RM> RM> and appears to fix a problem with mtime being updated. RM> This patch might be worth a try? RM> (You could email avg@freebsd.org for more information on it.) Thanks for the pointers. I cannot try this straight away as the server is a production machine, but I'll try to set up some testbed somewhere else in January (will be on vacation until then). cu Gerrit