From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Wed, 12 Jun 2019 10:59:39 -0500 Subject: [Cluster-devel] [PATCH] dlm: no need to check return value of debugfs_create functions In-Reply-To: <20190612152536.GA18440@kroah.com> References: <20190612152536.GA18440@kroah.com> Message-ID: <20190612155939.GA10471@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Wed, Jun 12, 2019 at 05:25:36PM +0200, Greg Kroah-Hartman wrote: > When calling debugfs functions, there is no need to ever check the > return value. The function can work or not, but the code logic should > never do something different based on this. Thanks, pushed to next branch in linux-dlm. Dave