misuse of fget_raw() in perf_event_get()

From: Al Viro
Date: Sat Apr 13 2019 - 17:02:46 EST


What's the point of using fget_raw(), if you do
_not_ accept O_PATH descriptors? That should be fget()...