r14800: use tdb_get_seqnum() in the change notify code to avoid reloading the
authorAndrew Tridgell <tridge@samba.org>
Thu, 30 Mar 2006 04:55:03 +0000 (04:55 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:59:20 +0000 (13:59 -0500)
commitd09b8761bfda7dfbb4c7a5c4a4f4359ba01923a3
tree41cb1bf08fda5f84fc5d0f2660c02cefa06207b8
parentf325ba605ccceca63712c0f2c98961e35e437b3d
r14800: use tdb_get_seqnum() in the change notify code to avoid reloading the
notify record if the tdb has not changed. This makes the
notify_trigger() call much faster, which is important as it is called
on just about every file operation
source/ntvfs/common/notify.c