File: 4751-suppress-types.patch

package info (click to toggle)
zfs-linux 2.3.4~git20250812.3b64a96-1
  • links: PTS, VCS
  • area: contrib
  • in suites: experimental
  • size: 70,688 kB
  • sloc: ansic: 393,668; sh: 68,068; asm: 47,734; python: 8,160; makefile: 5,125; perl: 859; sed: 41
file content (73 lines) | stat: -rw-r--r-- 1,498 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Description: Suppress library type warning issues
  Avoid build failures by supressing warnings on lib type ABI
  differences
Author: Colin Ian King <colin.king@canonical.com>
Origin: ubuntu
Forwarded: no 
Last-Update: 2021-09-07

Index: zfs-linux-2.0.3/lib/libnvpair/libnvpair.suppr
===================================================================
--- zfs-linux-2.0.3.orig/lib/libnvpair/libnvpair.suppr
+++ zfs-linux-2.0.3/lib/libnvpair/libnvpair.suppr
@@ -1,2 +1,4 @@
 [suppress_type]
 	name = FILE*
+[suppress_type]
+        name = regex_t
Index: zfs-linux-2.0.3/lib/libzfs/libzfs.suppr
===================================================================
--- zfs-linux-2.0.3.orig/lib/libzfs/libzfs.suppr
+++ zfs-linux-2.0.3/lib/libzfs/libzfs.suppr
@@ -11,3 +11,51 @@
 
 [suppress_variable]
 	name = zfs_deleg_perm_tab
+
+[suppress_type]
+	name = regex_t
+
+[suppress_type]
+	name = zfs_handle_t
+
+[suppress_type]
+	name = differ_info_t
+
+[suppress_type]
+	name = renameflags_t
+
+[suppress_type]
+	name = splitflags_t
+
+[suppress_type]
+	name = libzfs_handle_t
+
+[suppress_type]
+	name = zfs_prop_t
+
+[suppress_type]
+	name = zfs_type_t
+
+[suppress_type]
+	name = zfs_share_proto_t
+
+[suppress_type]
+	name = zprop_source_t
+
+[suppress_type]
+	name = zprop_list_t
+
+[suppress_type]
+	name = zfs_userquota_prop_t
+
+[suppress_type]
+	name = zfs_wait_activity_t
+
+[suppress_type]
+	name = zfs_share_type_t
+
+[suppress_type]
+	name = pool_state_t
+
+[suppress_type]
+	name = nvpair_t