commit | 30d158b143b6575261ab610ae7b1b4f7fe3830b3 | [log] [tgz] |
---|---|---|
author | Christian Brauner <christian@brauner.io> | Thu Jun 27 11:35:14 2019 +0200 |
committer | Christian Brauner <christian@brauner.io> | Thu Jun 27 12:25:09 2019 +0200 |
tree | 44f0182587378129a8e68e414b3d644012369cd0 | |
parent | 6fd2fe494b17bf2dec37b610d23a43a72b16923a [diff] |
proc: remove useless d_is_dir() check Remove the d_is_dir() check from tgid_pidfd_to_pid(). It is pointless since you should never get &proc_tgid_base_operations for f_op on a non-directory. Suggested-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Christian Brauner <christian@brauner.io>