summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJames Peach <jpeach@apple.com>2007-10-15 14:03:40 -0700
committerJames Peach <jpeach@samba.org>2007-12-19 22:20:39 -0800
commit2403b319a76c3b425d618a3ff937e7ff05d211b4 (patch)
treed5bfe26f736416eb6da2f5c53a81e409105d86be /source3/include
parent26b75f2d833d7a4ba588e66b5cf6cf3ed8e0b236 (diff)
downloadsamba-2403b319a76c3b425d618a3ff937e7ff05d211b4.tar.gz
samba-2403b319a76c3b425d618a3ff937e7ff05d211b4.tar.bz2
samba-2403b319a76c3b425d618a3ff937e7ff05d211b4.zip
Add filesystem capabilities bitmask to statfs info.
This patch adds Darwin support for the Samba statfs VFS call. It also adds a filesystem capabilities bitmask to the information returned by the call. (This used to be commit 555173eb3f6511e88798d6ef3d1fed0c219a9921)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/vfs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/vfs.h b/source3/include/vfs.h
index 276f820fbc..5a3ec58b7a 100644
--- a/source3/include/vfs.h
+++ b/source3/include/vfs.h
@@ -577,6 +577,8 @@ typedef struct vfs_statvfs_struct {
SMB_BIG_UINT FsIdentifier; /* fsid */
/* NB Namelen comes from FILE_SYSTEM_ATTRIBUTE_INFO call */
/* NB flags can come from FILE_SYSTEM_DEVICE_INFO call */
+
+ int FsCapabilities;
} vfs_statvfs_struct;
/* Add a new FSP extension of the given type. Returns a pointer to the