Home
last modified time | relevance | path

Searched hist:"92 b4678e" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/notify/
H A Dfsnotify.c92b4678e Fri Aug 27 20:42:11 CDT 2010 Eric Paris <eparis@redhat.com> 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: Eric Paris <eparis@redhat.com>
92b4678e Fri Aug 27 20:42:11 CDT 2010 Eric Paris <eparis@redhat.com> 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: Eric Paris <eparis@redhat.com>