fixed handling of change notify buffer overruns
authorAndrew Tridgell <tridge@samba.org>
Fri, 5 Jun 2009 06:25:44 +0000 (16:25 +1000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 5 Jun 2009 06:25:44 +0000 (16:25 +1000)
commitfcc7372975757d19e9e4366a26396bf210bdf86a
treebd25c433da39b932475ba5f23db472d1b30f29b8
parente53ee270916a5a1e6d21c4275b5307f642ab2794
fixed handling of change notify buffer overruns

When the notify buffer overruns and there are no pending notify
requests, the notify buffer doesn't actually get destroyed, it just
gets put in a state where new notifies are discarded and the next
notify change request will return 0 changes.
source4/ntvfs/posix/pvfs_notify.c