From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Kicinski Subject: Re: [PATCH net-next] netdevsim: correctly check return value of debugfs_create_dir Date: Tue, 19 Dec 2017 17:18:06 -0800 Message-ID: <20171219171806.15fe3765@cakuba.netronome.com> References: <002201d3723b$0e2b9310$2a82b930$@lab.ntt.co.jp> <20171211104029.63635671@cakuba.netronome.com> <014801d37884$3cc5d290$b65177b0$@lab.ntt.co.jp> <20171219.091152.920867492172236638.davem@davemloft.net> <024601d37927$b7e83410$27b89c30$@lab.ntt.co.jp> <20171219163014.1434bb62@cakuba.netronome.com> <024a01d3792a$e92c7ab0$bb857010$@lab.ntt.co.jp> <20171219164523.60ac1308@cakuba.netronome.com> <024e01d3792d$291ef420$7b5cdc60$@lab.ntt.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "'David Miller'" , To: "Prashant Bhole" Return-path: Received: from mail-qt0-f173.google.com ([209.85.216.173]:37680 "EHLO mail-qt0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751559AbdLTBSK (ORCPT ); Tue, 19 Dec 2017 20:18:10 -0500 Received: by mail-qt0-f173.google.com with SMTP id f2so26521846qtj.4 for ; Tue, 19 Dec 2017 17:18:10 -0800 (PST) In-Reply-To: <024e01d3792d$291ef420$7b5cdc60$@lab.ntt.co.jp> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, 20 Dec 2017 09:54:59 +0900, Prashant Bhole wrote: > > Ah, I would just error out in case we can't create any of the > > sub-directories as well. > > Does that mean fatal error if we can't create any of the subdirectories? Yes.