aboutsummaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-01-22 16:21:07 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-06-03 15:49:07 +0200
commit2d146b924ec3c0873f06308d149684dc1105d9a3 (patch)
treef5848a499b5aaa75f58232e34141bc978d44c3ee /usr
parentmm: cleancache: no need to check return value of debugfs_create functions (diff)
downloadlinux-dev-2d146b924ec3c0873f06308d149684dc1105d9a3.tar.xz
linux-dev-2d146b924ec3c0873f06308d149684dc1105d9a3.zip
backing-dev: no need to check return value of debugfs_create functions
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. And as the return value does not matter at all, no need to save the dentry in struct backing_dev_info, so delete it. Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Anders Roxell <anders.roxell@linaro.org> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Michal Hocko <mhocko@suse.com> Cc: linux-mm@kvack.org Reviewed-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions