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)
commitde3c5b808a941ac8e9ebe7169536d8290067eef5
tree0cca879526b11fea4a0639b5b953c67e3217973b
parente18fab269c7370a6670c56eeab60fd90feecf0b2
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.
source/include/smb.h
source/smbd/service.c