-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
inotify-info searches the root directory in the function `find_files_in_inode_set` by default. When the root is large, it is very slow. Sometimes we know that the program is watching some files under the $HOME directory but we do not know the specific files. Under such circumstance, it might be better if we can specify a search path to reduce the searching time.
- Loading branch information
1 parent
a6b3056
commit 20a1c66
Showing
1 changed file
with
37 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters