Cache the underlying filesystem capabilities at connection time.
authorJames Peach <jpeach@samba.org>
Sat, 22 Dec 2007 22:01:25 +0000 (14:01 -0800)
committerJames Peach <jpeach@samba.org>
Sat, 22 Dec 2007 22:01:25 +0000 (14:01 -0800)
commit1176e04c76e28d9ee9ab355c5e9edcd1b627ac03
treeb0f7c53699b543a49232990996e3af795dece9fc
parentdf133758c2496a5c99441635eca6b77c9019cb8c
Cache the underlying filesystem capabilities at connection time.

This change alters the Samba connection code to cache the filesystem
capabilities when a new client connects. This can be used to enable
filesystem specific optimisations is a general manner.
(This used to be commit de3c5b808a941ac8e9ebe7169536d8290067eef5)
source3/include/smb.h
source3/smbd/service.c