Re: [Cluster-devel] [PATCH] dlm: no need to check return value of debugfs_create functions

2019-06-12 Thread David Teigland
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

[Cluster-devel] [PATCH] dlm: no need to check return value of debugfs_create functions

2019-06-12 Thread Greg Kroah-Hartman
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. Cc: Christine Caulfield Cc: David Teigland Cc: cluster-devel@redhat.com Signed-off-by: Greg Kroah-Hartman ---