add a "stat cache" boolean smb.conf option. (defaults to on)
authorAndrew Tridgell <tridge@samba.org>
Sun, 6 Sep 1998 01:37:14 +0000 (01:37 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 6 Sep 1998 01:37:14 +0000 (01:37 +0000)
commitc83f3775cd8a7aad13571926cdd5949a07538771
treee10558db5f32000410811da8ad5bfde80c2d39d9
parentc96b5fde5ae12bd0d4d6bcff095cf090738c92a4
add a "stat cache" boolean smb.conf option. (defaults to on)

I think we need this so we can rule out stat cache bugs when dealing
with bug reports. If we ask a user to disable the stat cache and the
problem persists then we know it isn't a stat cache bug. The stat
cache code is sufficiently complicated that it can be pretty hard to
tell if it is causing problems or not.
source/include/proto.h
source/param/loadparm.c
source/smbd/filename.c