don't bother with tid_fd_revalidate() in lookups
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 3 May 2018 13:00:33 +0000 (09:00 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 26 May 2018 18:20:28 +0000 (14:20 -0400)
commit988363864132f86d5722dddd7f765080ef271519
tree49407857425a7b83629bd51efde388448bbd24c7
parent1ae9bd8b7e4912b238a14adc7c559a7ecbb9c062
don't bother with tid_fd_revalidate() in lookups

what we want it for is actually updating inode metadata;
take _that_ into a separate helper and use it.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/proc/fd.c