Commit 9c396a0
BACKPORT: projectquota: fix build failure with new kernels
Upstream commit: 9ea5071
In kernel version >= v4.5 the project quota ioctl definitions
have been made public via the include/uapi/linux/fs.h API, so
that ext4 could use the same API.
Avoid re-defining the ioctl API if it is already defined in fs.h.
Signed-off-by: Amir Goldstein <amir73il@aquasec.com>1 parent d61a0b1 commit 9c396a0
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
| 33 | + | |
| 34 | + | |
29 | 35 | | |
| 36 | + | |
30 | 37 | | |
| 38 | + | |
31 | 39 | | |
| 40 | + | |
| 41 | + | |
32 | 42 | | |
| 43 | + | |
| 44 | + | |
33 | 45 | | |
| 46 | + | |
| 47 | + | |
34 | 48 | | |
| 49 | + | |
35 | 50 | | |
36 | 51 | | |
37 | 52 | | |
| |||
0 commit comments