Details
-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
3
-
9223372036854775807
Description
LU-13783 introduced the alloc_file_pseudo() for directory iteration. It leads to many file descriptors for a kernel and a special logic to drop it LU-16973.
One of the reason of alloc_file_pseudo() was a security_alloc() call. However we could initialize iteration like kernel and skip security checks for a pseudo files.