Skip to content
Commit 92b4678e authored by Eric Paris's avatar Eric Paris
Browse files

fsnotify: drop two useless bools in the fnsotify main loop



The fsnotify main loop has 2 bools which indicated if we processed the
inode or vfsmount mark in that particular pass through the loop.  These
bool can we replaced with the inode_group and vfsmount_group variables
and actually make the code a little easier to understand.

Signed-off-by: default avatarEric Paris <eparis@redhat.com>
parent f72adfd5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment