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)
commit3ad798d803b3b023533bb48e6993885f22b96095
tree571482e3f8f46e5b9ebf4486a08ed7b70fedecf6
parent74a71f198866ba0a0217e58a6a47bdc858d5df68
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!
source/include/vfs.h
source/include/vfs_macros.h
source/modules/vfs_default.c
source/modules/vfs_streams_depot.c
source/modules/vfs_streams_xattr.c
source/smbd/service.c