mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-25 19:54:35 +00:00
Since the expected write location in a sequential file is always at the
end of the file (append write), when an invalid write append location is
detected in zonefs_file_dio_append(), print the invalid written location
instead of the expected write location.
Fixes:
|
||
|---|---|---|
| .. | ||
| file.c | ||
| Kconfig | ||
| Makefile | ||
| super.c | ||
| sysfs.c | ||
| trace.h | ||
| zonefs.h | ||