Commit 3e0d88f
committed
Merge tag 'zonefs-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs
Pull zonefs fixes from Damien Le Moal:
- Fix a race between zonefs module initialization of sysfs attribute
directory and mounting a drive (from Xiaoxu).
- Fix active zone accounting in the rare case of an IO error due to a
zone transition to offline or read-only state (from me).
* tag 'zonefs-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs:
zonefs: Fix active zone accounting
zonefs: Fix race between modprobe and mount2 files changed
Lines changed: 21 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
43 | 50 | | |
44 | 51 | | |
45 | 52 | | |
| |||
53 | 60 | | |
54 | 61 | | |
55 | 62 | | |
| 63 | + | |
56 | 64 | | |
57 | 65 | | |
58 | 66 | | |
| |||
324 | 332 | | |
325 | 333 | | |
326 | 334 | | |
| 335 | + | |
327 | 336 | | |
328 | 337 | | |
329 | 338 | | |
| |||
342 | 351 | | |
343 | 352 | | |
344 | 353 | | |
| 354 | + | |
345 | 355 | | |
346 | 356 | | |
| 357 | + | |
347 | 358 | | |
348 | 359 | | |
349 | 360 | | |
| |||
1922 | 1933 | | |
1923 | 1934 | | |
1924 | 1935 | | |
1925 | | - | |
| 1936 | + | |
1926 | 1937 | | |
1927 | 1938 | | |
1928 | 1939 | | |
1929 | | - | |
| 1940 | + | |
1930 | 1941 | | |
1931 | | - | |
| 1942 | + | |
1932 | 1943 | | |
1933 | 1944 | | |
1934 | 1945 | | |
1935 | | - | |
1936 | | - | |
| 1946 | + | |
| 1947 | + | |
1937 | 1948 | | |
1938 | 1949 | | |
1939 | 1950 | | |
| |||
1942 | 1953 | | |
1943 | 1954 | | |
1944 | 1955 | | |
| 1956 | + | |
1945 | 1957 | | |
1946 | 1958 | | |
1947 | | - | |
1948 | 1959 | | |
1949 | 1960 | | |
1950 | 1961 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
0 commit comments