) ARC-Seal: i=1; a=rsa-sha256; d=uucp.dinoex.org; s=M20221114; t=1740370153; cv=none; b=nqULUsy3Kedy+liuscMe+Uzs9Jtq+0WvvTT3XvsqlDOG+aqBHq5debqgm9gyY42/9W3yxnJfV9cROw41WCafHBGf95mU6inx64/gazDqbrThpZAUpELw29ACoN+pK8+LqQM3M9NBEQbASKYFlviRrNbMEGELvM6eTMxoPFde78E= ARC-Message-Signature: i=1; a=rsa-sha256; d=uucp.dinoex.org; s=M20221114; t=1740370153; c=relaxed/simple; bh=P4BCba5SmNdSyuhENfENFmhocFHqP3T/BdbNeDjJAC4=; h=Received:Received:Received:Received:X-Authentication-Warning:Date: From:To:Cc:Subject:Message-ID:References:MIME-Version:Content-Type: Content-Disposition:In-Reply-To:X-Milter:X-Greylist; b=nlyAzmfJIbBnVLDHMI63VG88AhYq2bKGZgCxg7lM+M+eYYjuMoI76XY3Qb+lo1YwnIeQdnNEQzVjtpJF4dnoo78C+3ssvnk2MJuJEOvO7or0JgKCGhfRJnFeSZuagClB5vhXLP6mlnUQikg8c3fWy08R6FzZFVE6kNkUQ/QfTT8= ARC-Authentication-Results: i=1; uucp.dinoex.org Received: (from uucp@localhost) by uucp.dinoex.org (8.18.1/8.18.1/Submit) with UUCP id 51O49AQ6025986; Mon, 24 Feb 2025 05:09:10 +0100 (CET) (envelope-from pmc@citylink.dinoex.sub.org) Received: from disp.intra.daemon.contact (disp-e.intra.daemon.contact [IPv6:fd00:0:0:0:0:0:0:112]) by admn.intra.daemon.contact (8.18.1/8.18.1) with ESMTPS id 51O41iUq019293 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=OK); Mon, 24 Feb 2025 05:01:44 +0100 (CET) (envelope-from pmc@citylink.dinoex.sub.org) Received: from disp.intra.daemon.contact (localhost [127.0.0.1]) by disp.intra.daemon.contact (8.18.1/8.18.1) with ESMTPS id 51O3wlDB022485 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Mon, 24 Feb 2025 04:58:48 +0100 (CET) (envelope-from pmc@citylink.dinoex.sub.org) Received: (from pmc@localhost) by disp.intra.daemon.contact (8.18.1/8.18.1/Submit) id 51O3wlxh022484; Mon, 24 Feb 2025 04:58:47 +0100 (CET) (envelope-from pmc@citylink.dinoex.sub.org) X-Authentication-Warning: disp.intra.daemon.contact: pmc set sender to pmc@citylink.dinoex.sub.org using -f Date: Mon, 24 Feb 2025 04:58:47 +0100 From: "Peter 'PMc' Much" To: Rick Macklem Cc: freebsd-fs@freebsd.org Subject: Re: nfscbd does not update mtime Message-ID: References: List-Id: Filesystems List-Archive: https://lists.freebsd.org/archives/freebsd-fs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-fs@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Milter: Spamilter (Reciever: uucp.dinoex.org; Sender-ip: 0:0:2a0b:f840::; Sender-helo: uucp.dinoex.org;) X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.6.4 (uucp.dinoex.org [IPv6:2a0b:f840:0:0:0:0:0:12]); Mon, 24 Feb 2025 05:09:13 +0100 (CET) X-Spamd-Result: default: False [-4.30 / 15.00]; ARC_ALLOW(-1.00)[uucp.dinoex.org:s=M20221114:i=1]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-0.999]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; MISSING_XM_UA(0.00)[]; TAGGED_RCPT(0.00)[]; ASN(0.00)[asn:205376, ipnet:2a0b:f840::/32, country:DE]; FREEMAIL_TO(0.00)[gmail.com]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[freebsd-fs@freebsd.org]; RCPT_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; TO_DN_SOME(0.00)[]; RCVD_COUNT_FIVE(0.00)[5]; RCVD_TLS_LAST(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DMARC_NA(0.00)[sub.org]; HAS_XAW(0.00)[] X-Rspamd-Queue-Id: 4Z1S1K1sWzz3nHC X-Spamd-Bar: ---- On Sun, Feb 23, 2025 at 06:28:03PM -0800, Rick Macklem wrote: ! Maye you can try the attached patch, which seems to fix the problem ! for me. Yes, looks like it works! Thank You! PMc