From owner-svn-src-all@freebsd.org Wed Jun 20 15:56:55 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAED51020DE1; Wed, 20 Jun 2018 15:56:55 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-it0-f43.google.com (mail-it0-f43.google.com [209.85.214.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6037981411; Wed, 20 Jun 2018 15:56:55 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-it0-f43.google.com with SMTP id j135-v6so356034itj.1; Wed, 20 Jun 2018 08:56:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc:content-transfer-encoding; bh=AnJJG9N+glmZUa9M3knJzhqILgUqBskuaNv8DbysHYY=; b=ZmRdyiHjjd3QH9WNbHh6VCWlpELhJhL3bb4eNu+iQcgpNWnJRsDFj9pDLivbfQ+935 ouMi9xAEvcpXN8kJSddYUgkLMms7srqiccaA2VcLCcQBOpup/6Aa8UayI1ZoN3vsiMVz gFH9iTe3j20BJyJ2c3lRFLuVp0pNGoFEgrXGH1pl4DluPk+cqp6XRL9Q7C396Bp8dp1e HoLx0s/aKgHiNUd1S8JqiKI3Ml0HxX6ILPrcKLrH9JXG+/LUBRy7HRYMZQ1+Xgs64YPx kp+c53KTpJDGzetYEAObPypgKAzlCrn+dIcywa2seisn74BZZyA1UeudwRN0VKyuWEhE 6XAw== X-Gm-Message-State: APt69E3tEF5pnSMLwg56FcEVOkQIoK/e+L5b/5IgO/UGb3N0JZbKRZZn fFtvbkZk2f7LRQdxzpVPKdWLd48X X-Google-Smtp-Source: ADUXVKKv0cwFlGYucnMBZheAgLU06cuh7QJF0KuxT1d6kp+8KwSCeQcca/LFrZdG14fVDpW20bv7OA== X-Received: by 2002:a24:ed84:: with SMTP id r126-v6mr1886815ith.59.1529509723117; Wed, 20 Jun 2018 08:48:43 -0700 (PDT) Received: from mail-it0-f49.google.com (mail-it0-f49.google.com. [209.85.214.49]) by smtp.gmail.com with ESMTPSA id t13-v6sm1005293ioa.72.2018.06.20.08.48.43 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Jun 2018 08:48:43 -0700 (PDT) Received: by mail-it0-f49.google.com with SMTP id a195-v6so291746itd.3; Wed, 20 Jun 2018 08:48:43 -0700 (PDT) X-Received: by 2002:a02:8509:: with SMTP id g9-v6mr17997982jai.54.1529509722901; Wed, 20 Jun 2018 08:48:42 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 2002:a02:5995:0:0:0:0:0 with HTTP; Wed, 20 Jun 2018 08:48:42 -0700 (PDT) In-Reply-To: <4A6E03A6-B870-46C0-A1BD-76B09FE15CE5@FreeBSD.org> References: <201806200834.w5K8YThd082989@repo.freebsd.org> <4A6E03A6-B870-46C0-A1BD-76B09FE15CE5@FreeBSD.org> From: Conrad Meyer Date: Wed, 20 Jun 2018 08:48:42 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r335437 - in head: share/man/man4 sys/kern To: "Bjoern A. Zeeb" Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2018 15:56:56 -0000 On Wed, Jun 20, 2018 at 8:36 AM, Bjoern A. Zeeb wrote: > On 20 Jun 2018, at 15:05, Conrad Meyer wrote: > >> Hi Bjoern, >> >> It might be nice to be explicit that the vnode was not in the >> namecache (in the ddb output) rather than failing silently. The name >> of the ddb method does not suggest that only entries in the namecache >> may be found, and users (developers :)) do not always read manual >> pages thoroughly. > > It=E2=80=99s not failing silently; it ends with an address w/o name. Hi, To provide a more concrete proposal, would you object to the following? 0xfoobarbaz: Thanks, Conrad