aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fpga/fpga-mgr.c
diff options
context:
space:
mode:
authorRoss Zwisler <ross.zwisler@linux.intel.com>2017-10-12 12:09:48 -0400
committerTheodore Ts'o <tytso@mit.edu>2017-10-12 12:09:48 -0400
commit8058cac6a1d5dc8a2e309fafbfa341fd43d54528 (patch)
treee89bb9f6c1158d3cbc51fee563f4b30d58d57f73 /drivers/fpga/fpga-mgr.c
parent6642586b3e5f9e0b559d20352d8d42ad84224d1f (diff)
ext4: remove duplicate extended attributes defs
The following commit: commit 9b7365fc1c82 ("ext4: add FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support") added several defines related to extended attributes to ext4.h. They were added within an #ifndef FS_IOC_FSGETXATTR block with the comment: /* Until the uapi changes get merged for project quota... */ Those uapi changes were merged by this commit: commit 334e580a6f97 ("fs: XFS_IOC_FS[SG]SETXATTR to FS_IOC_FS[SG]ETXATTR promotion") so all the definitions needed by ext4 are available in include/uapi/linux/fs.h. Remove the duplicates from ext4.h. Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions
-0500 Phonet: allocate separate ARP type for GPRS over a Phonet pipe' href='/cgit/cgit.cgi/litmus-rt-pandaboard.git/commit/include/linux/if_arp.h?id=57c81fffc863fb4c1804bc963bcbfb82d736c6df'>57c81fffc86
2d91d78b686
1da177e4c3f









































d94d9fee9fa
bd6d610a14f

1da177e4c3f

bd6d610a14f
1da177e4c3f












d0a92be05ed






988b705077d





d0a92be05ed

1da177e4c3f
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170