Message ID | 20231011051131.24667-1-neilb@suse.de (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-nfs-owner@vger.kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 616BDCD98F3 for <linux-nfs@archiver.kernel.org>; Wed, 11 Oct 2023 05:16:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229723AbjJKFQI (ORCPT <rfc822;linux-nfs@archiver.kernel.org>); Wed, 11 Oct 2023 01:16:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33756 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229703AbjJKFQI (ORCPT <rfc822;linux-nfs@vger.kernel.org>); Wed, 11 Oct 2023 01:16:08 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C21909E for <linux-nfs@vger.kernel.org>; Tue, 10 Oct 2023 22:16:06 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 7CA5121861; Wed, 11 Oct 2023 05:16:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1697001365; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=sF9gazo37wlzVi1cJeo+H2C/bzJkmsUXqEo9YfoPyNw=; b=PnQdgOqByoKef3iS7xRQtBGTaQj5THJm1EFNHSlQN3A1fpM4K0q+ZxPG2uKYNUKjIDHquU eqEt4srN1oii9pbWN1ljI/DjEa8wPy3phdcDg9p3Rkpb0PCz3+8QRH+XDCNuylgsXSeWOB pjigTweniJSdpd5xBU4/1OQw9/noR3Q= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1697001365; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=sF9gazo37wlzVi1cJeo+H2C/bzJkmsUXqEo9YfoPyNw=; b=Q82xK+sYopeUVQCI7GXvbw6EesJA2a54XCuiDEdmVhNIUwOMh31FdIHI8FGcriRyJaP5AA IH8EmhPiBTj1dOCw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 3E57E13586; Wed, 11 Oct 2023 05:16:03 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 0cd9OJMvJmVmQgAAMHmgww (envelope-from <neilb@suse.de>); Wed, 11 Oct 2023 05:16:03 +0000 From: NeilBrown <neilb@suse.de> To: Steve Dickson <steved@redhat.com> Cc: linux-nfs@vger.kernel.org, Trond Myklebust <trondmy@hammerspace.com> Subject: [PATCH 0/3 nfs-utils] fixes for error handling in nfsd_fh Date: Wed, 11 Oct 2023 15:57:59 +1100 Message-ID: <20231011051131.24667-1-neilb@suse.de> X-Mailer: git-send-email 2.42.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <linux-nfs.vger.kernel.org> X-Mailing-List: linux-nfs@vger.kernel.org |
Series |
fixes for error handling in nfsd_fh
|
expand
|