diff options
author | James Peach <jpeach@apple.com> | 2007-10-15 14:03:40 -0700 |
---|---|---|
committer | James Peach <jpeach@samba.org> | 2007-12-19 22:20:39 -0800 |
commit | 2403b319a76c3b425d618a3ff937e7ff05d211b4 (patch) | |
tree | d5bfe26f736416eb6da2f5c53a81e409105d86be /source3/include | |
parent | 26b75f2d833d7a4ba588e66b5cf6cf3ed8e0b236 (diff) | |
download | samba-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.h | 2 |
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 |