diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-04-07 10:36:54 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:00:45 -0500 |
commit | 127967334fbf3851debacbc0f2574461b542cbad (patch) | |
tree | 432b25cf38f45ff491a3c461d6ace17c03a3d1a3 /source4/ntvfs/sysdep | |
parent | c07125d13309cf40cf4c68884421a7c102c3494a (diff) | |
download | samba-127967334fbf3851debacbc0f2574461b542cbad.tar.gz samba-127967334fbf3851debacbc0f2574461b542cbad.tar.bz2 samba-127967334fbf3851debacbc0f2574461b542cbad.zip |
r14956: change the notify search to be much more efficient by using a
per-depth bisection search. This makes the notify_trigger() call
log(N) which makes us scale well for large numbers of outstanding
notifies
(This used to be commit 16fd00925fdbf77e7a403ad501bf6ea429404c76)
Diffstat (limited to 'source4/ntvfs/sysdep')
-rw-r--r-- | source4/ntvfs/sysdep/sys_notify.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/ntvfs/sysdep/sys_notify.c b/source4/ntvfs/sysdep/sys_notify.c index 85831c80e9..13c8f4359a 100644 --- a/source4/ntvfs/sysdep/sys_notify.c +++ b/source4/ntvfs/sysdep/sys_notify.c @@ -42,7 +42,6 @@ struct sys_notify_context *sys_notify_init(int snum, { struct sys_notify_context *ctx; const char *bname; - struct sys_notify_backend *b; int i; if (num_backends == 0) { |