12.4 Release notes: Fix comma

Reported by:	pauamma@
This commit is contained in:
Fernando Apesteguía 2022-11-12 20:23:13 +01:00
parent feda7f70f4
commit fac05eb339
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ This section covers changes and additions to file systems and other storage subs
The man:fusefs[5] file system in userspace had several bugs fixed including a race condition, an undefined variable access, and a couple of bugs regarding OP_RECLAIM. Other fixes and improvements have been added.
The NFS client code had a number of bug fixes including a use-after-free bug, a race condition and a forced dismount looping.
The NFS client code had a number of bug fixes including a use-after-free bug, a race condition, and a forced dismount looping.
[[boot]]