ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Linux-Inotify2/Inotify2.pm
(Generate patch)

Comparing cvsroot/Linux-Inotify2/Inotify2.pm (file contents):
Revision 1.4 by root, Tue Aug 23 01:57:32 2005 UTC vs.
Revision 1.5 by root, Tue Aug 23 02:08:09 2005 UTC

214 214
215 exists $self->{ignore}{$_->{wd}} 215 exists $self->{ignore}{$_->{wd}}
216 and next; # watcher has been canceled 216 and next; # watcher has been canceled
217 217
218 $w->{cb}->(bless $_, Linux::Inotify2::Event); 218 $w->{cb}->(bless $_, Linux::Inotify2::Event);
219 # TODO: what about IN_ONESHOT?
219 $w->cancel if $_->{mask} & (IN_IGNORED | IN_UNMOUNT); 220 $w->cancel if $_->{mask} & (IN_IGNORED | IN_UNMOUNT);
220 } 221 }
221 222
222 delete $self->{ignore}; 223 delete $self->{ignore};
223 224

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines