s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operation
authorTim Prouty <tprouty@samba.org>
Mon, 26 Jan 2009 23:39:40 +0000 (15:39 -0800)
committerTim Prouty <tprouty@samba.org>
Thu, 29 Jan 2009 23:29:33 +0000 (15:29 -0800)
commitb8f7cdbd79918bba0fea181f97fff5ab0c79192d
tree6716b36bb6421e0cff45dc224a1705bb396e8dd2
parentaeb23872e25fb720140a10ce01a4211d228b6555
s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operation

This allows module implementors to customize what allocation size is
returned to the client.
13 files changed:
source3/include/proto.h
source3/include/smbprofile.h
source3/include/vfs.h
source3/include/vfs_macros.h
source3/lib/util.c
source3/modules/onefs_streams.c
source3/modules/vfs_default.c
source3/modules/vfs_full_audit.c
source3/modules/vfs_streams_depot.c
source3/modules/vfs_streams_xattr.c
source3/smbd/nttrans.c
source3/smbd/reply.c
source3/smbd/trans2.c