Commit 92270d0
fuse: rename to fuse_dev_end_requests and make non-static
This function is needed by fuse_uring.c to clean ring queues,
so make it non static. Especially in non-static mode the function
name 'end_requests' should be prefixed with fuse_
Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: Joanne Koong <joannelkoong@gmail.com>
Reviewed-by: Luis Henriques <luis@igalia.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>1 parent ffd294d commit 92270d0
2 files changed
Lines changed: 19 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | | - | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
1885 | 1884 | | |
1886 | 1885 | | |
1887 | 1886 | | |
1888 | | - | |
| 1887 | + | |
1889 | 1888 | | |
1890 | 1889 | | |
1891 | 1890 | | |
| |||
2204 | 2203 | | |
2205 | 2204 | | |
2206 | 2205 | | |
2207 | | - | |
| 2206 | + | |
2208 | 2207 | | |
2209 | 2208 | | |
2210 | 2209 | | |
| |||
2307 | 2306 | | |
2308 | 2307 | | |
2309 | 2308 | | |
2310 | | - | |
| 2309 | + | |
2311 | 2310 | | |
2312 | 2311 | | |
2313 | 2312 | | |
| |||
2337 | 2336 | | |
2338 | 2337 | | |
2339 | 2338 | | |
2340 | | - | |
| 2339 | + | |
2341 | 2340 | | |
2342 | 2341 | | |
2343 | 2342 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments