Mateusz Guzik 721a81c369 vfs: stop duplicating vnode work in audit during path lookup
Duplicating the work was putting an avoidable requirement that the filedesc
lock is held across the entire operation (otherwise by the time audit reads
vnode pointers another thread in the same process can chdir somewhere else,
making audit log things using different vnode than the one which will be
used for actual lookup).

Do the obvious thing and pass down vnodes which will be used.
2020-02-21 01:44:31 +00:00
..
2020-02-09 12:10:37 +00:00
2020-02-15 01:28:55 +00:00
2020-02-15 01:30:13 +00:00
2020-02-03 17:35:11 +00:00
2020-02-03 22:26:00 +00:00
2020-01-05 12:48:19 +00:00
2020-01-05 12:48:19 +00:00
2020-02-15 01:30:27 +00:00
2020-01-05 12:48:19 +00:00
2020-02-03 17:35:11 +00:00
2020-02-12 11:16:55 +00:00
2019-12-15 21:26:50 +00:00
2020-02-03 17:35:11 +00:00
2020-02-03 17:35:11 +00:00
2020-02-15 01:30:27 +00:00
2020-01-12 23:52:16 +00:00
2020-02-20 16:58:19 +00:00
2020-02-15 01:28:42 +00:00
2020-02-20 16:58:19 +00:00
2020-02-15 01:28:42 +00:00
2020-02-12 11:18:12 +00:00
2020-02-15 01:28:42 +00:00