Home
last modified time | relevance | path

Searched hist:"46 c46f8d" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/devpts/
H A Dinode.c46c46f8d Sat Jul 27 15:29:22 CDT 2019 Al Viro <viro@zeniv.linux.org.uk> devpts_pty_kill(): don't bother with d_delete()

we are not retaining dentries there anyway (simple_dentry_operations),
so d_delete()+dput() == d_drop()+dput()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
46c46f8d Sat Jul 27 15:29:22 CDT 2019 Al Viro <viro@zeniv.linux.org.uk> devpts_pty_kill(): don't bother with d_delete()

we are not retaining dentries there anyway (simple_dentry_operations),
so d_delete()+dput() == d_drop()+dput()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>