]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - fs/kernfs/dir.c
fs/kernfs: remove the double check of dentry->inode
authorHui Su <sh_def@163.com>
Fri, 13 Nov 2020 13:21:43 +0000 (21:21 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Dec 2020 18:03:49 +0000 (19:03 +0100)
commit0288e7fa35b37fc91c6afec8c420f71d0ade853f
tree4af593656c72662f24b56544dcfbe7214a779cf0
parent784b2c48ac12dcee27db001fb1a3c58c39380cb6
fs/kernfs: remove the double check of dentry->inode

In both kernfs_node_from_dentry() and in
kernfs_dentry_node(), we will check the dentry->inode
is NULL or not, which is superfluous.

So remove the check in kernfs_node_from_dentry().

Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Hui Su <sh_def@163.com>
Link: https://lore.kernel.org/r/20201113132143.GA119541@rlk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/kernfs/dir.c