Add SMB_VFS_FS_CAPABILITIES
authorVolker Lendecke <vl@samba.org>
Mon, 21 Jan 2008 14:10:44 +0000 (15:10 +0100)
committerVolker Lendecke <vl@samba.org>
Mon, 21 Jan 2008 15:14:27 +0000 (16:14 +0100)
commit9a226532221b88369b913bc9f9d6ec335620349f
treec6eee79c808026fb97f974ff25fc3517ccf8a36d
parentd221d53f3a523ac014e9f33b67f0b7d777dfb171
Add SMB_VFS_FS_CAPABILITIES

It turns out that this is a necessary operation, separate from statvfs. statvfs
can fail during tcon, so conn->fs_capabilities would never see that we support
streams on a particular share.

James, can you check that I got the darwin variant right? Thanks!
(This used to be commit 3ad798d803b3b023533bb48e6993885f22b96095)
source3/include/vfs.h
source3/include/vfs_macros.h
source3/modules/vfs_default.c
source3/modules/vfs_streams_depot.c
source3/modules/vfs_streams_xattr.c
source3/smbd/service.c