You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
kernel: throne_tracker: remove unneeded check here
come to think of it, this part is only about folders
This commit is contained in:
@@ -276,9 +276,6 @@ void search_manager(const char *path, int depth, struct list_head *uid_data)
|
||||
.stop = &stop };
|
||||
struct file *file;
|
||||
|
||||
if (is_lock_held(path))
|
||||
goto skip_iterate;
|
||||
|
||||
if (!stop) {
|
||||
file = ksu_filp_open_compat(pos->dirpath, O_RDONLY | O_NOFOLLOW, 0);
|
||||
if (IS_ERR(file)) {
|
||||
|
||||
Reference in New Issue
Block a user