[PATCH 1/2] maint: update for linux 4.7

Gleb Fotengauer-Malinovskiy glebfm at altlinux.org
Tue Jul 12 15:43:10 UTC 2016


* maint/ioctls_sym.sh: Drop obsolete workarounds for linux/btrfs.h.
---
 maint/ioctls_sym.sh | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/maint/ioctls_sym.sh b/maint/ioctls_sym.sh
index 7fff303..20b1730 100755
--- a/maint/ioctls_sym.sh
+++ b/maint/ioctls_sym.sh
@@ -196,12 +196,6 @@ __EOF__
 		*linux/auto_fs*.h)
 			echo 'typedef u32 compat_ulong_t;'
 			;;
-		*linux/btrfs.h)
-			cat <<'__EOF__'
-struct btrfs_ioctl_defrag_range_args { __u32 unused[12]; };
-#define BTRFS_LABEL_SIZE 256
-__EOF__
-			;;
 		*linux/coda.h|*android_alarm.h)
 			cat <<'__EOF__'
 #ifndef _LINUX_TIME_H
-- 
glebfm




More information about the Strace-devel mailing list