summaryrefslogtreecommitdiffstats
path: root/source3/wscript
diff options
context:
space:
mode:
authorDavid Disseldorp <ddiss@samba.org>2013-11-18 14:54:32 +0100
committerJeremy Allison <jra@samba.org>2013-11-22 08:56:45 -0800
commit3627ed732637a3b1bf992156306d6ffc14727b46 (patch)
tree3855ef51d7b6d3a7002b05be689c6523d629908e /source3/wscript
parent4ffc85dfc561b077eb1e7afe3b3e7445ea741d2a (diff)
downloadsamba-3627ed732637a3b1bf992156306d6ffc14727b46.tar.gz
samba-3627ed732637a3b1bf992156306d6ffc14727b46.tar.xz
samba-3627ed732637a3b1bf992156306d6ffc14727b46.zip
vfs_btrfs: add [GET/SET]_COMPRESSION handlers
Translate such requests into FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctls respectively. The module makes no distinction between compression types, only whether or not compression is enabled. Signed-off-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript
index 271314d723b..2edf5e8ea71 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -1727,7 +1727,7 @@ main() {
if conf.CHECK_HEADERS('gpfs_gpl.h'):
conf.DEFINE('HAVE_GPFS', '1')
- if conf.CHECK_HEADERS('linux/ioctl.h sys/ioctl.h'):
+ if conf.CHECK_HEADERS('linux/ioctl.h sys/ioctl.h linux/fs.h'):
conf.DEFINE('HAVE_LINUX_IOCTL', '1')
conf.env['CCFLAGS_CEPHFS'] = "-D_FILE_OFFSET_BITS=64"