diff options
| author | Hrutvik Kanabar <hrutvik@google.com> | 2022-08-25 09:11:45 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-08-29 15:51:31 +0200 |
| commit | 363c3551126ea6554d0020736dbf0d407843d22f (patch) | |
| tree | d840dfda1eed6f2c4d8a7a0b34ca7fb70b3250d8 /sys/linux | |
| parent | 5b44472de8e0d3937519a576f390ac9e4f3ac777 (diff) | |
sys/linux: update an `f2fs` system call
`F2FS_IOC_ABORT_VOLATILE_WRITE` was renamed to `F2FS_IOC_ABORT_ATOMIC_WRITE`
in torvalds/linux@23339e5752d01a4b5e122759b002cf896d26f6c1.
This commit updates the corresponding description.
Diffstat (limited to 'sys/linux')
| -rw-r--r-- | sys/linux/fs_ioctl_f2fs.txt | 2 | ||||
| -rw-r--r-- | sys/linux/fs_ioctl_f2fs.txt.const | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/linux/fs_ioctl_f2fs.txt b/sys/linux/fs_ioctl_f2fs.txt index 844a4c8de..bff10d2b5 100644 --- a/sys/linux/fs_ioctl_f2fs.txt +++ b/sys/linux/fs_ioctl_f2fs.txt @@ -10,7 +10,7 @@ ioctl$F2FS_IOC_START_ATOMIC_WRITE(fd fd, cmd const[F2FS_IOC_START_ATOMIC_WRITE], ioctl$F2FS_IOC_COMMIT_ATOMIC_WRITE(fd fd, cmd const[F2FS_IOC_COMMIT_ATOMIC_WRITE], arg const[0]) ioctl$F2FS_IOC_START_VOLATILE_WRITE(fd fd, cmd const[F2FS_IOC_START_VOLATILE_WRITE], arg const[0]) ioctl$F2FS_IOC_RELEASE_VOLATILE_WRITE(fd fd, cmd const[F2FS_IOC_RELEASE_VOLATILE_WRITE], arg const[0]) -ioctl$F2FS_IOC_ABORT_VOLATILE_WRITE(fd fd, cmd const[F2FS_IOC_ABORT_VOLATILE_WRITE], arg const[0]) +ioctl$F2FS_IOC_ABORT_ATOMIC_WRITE(fd fd, cmd const[F2FS_IOC_ABORT_ATOMIC_WRITE], arg const[0]) ioctl$F2FS_IOC_GARBAGE_COLLECT(fd fd, cmd const[F2FS_IOC_GARBAGE_COLLECT], arg ptr[in, bool32]) ioctl$F2FS_IOC_GARBAGE_COLLECT_RANGE(fd fd, cmd const[F2FS_IOC_GARBAGE_COLLECT_RANGE], arg ptr[in, f2fs_gc_range]) ioctl$F2FS_IOC_WRITE_CHECKPOINT(fd fd, cmd const[F2FS_IOC_WRITE_CHECKPOINT], arg const[0]) diff --git a/sys/linux/fs_ioctl_f2fs.txt.const b/sys/linux/fs_ioctl_f2fs.txt.const index 523238cc8..87010cfea 100644 --- a/sys/linux/fs_ioctl_f2fs.txt.const +++ b/sys/linux/fs_ioctl_f2fs.txt.const @@ -5,7 +5,7 @@ F2FS_GOING_DOWN_METAFLUSH = 3 F2FS_GOING_DOWN_METASYNC = 1 F2FS_GOING_DOWN_NEED_FSCK = 4 F2FS_GOING_DOWN_NOSYNC = 2 -F2FS_IOC_ABORT_VOLATILE_WRITE = 62725, mips64le:ppc64le:536933637 +F2FS_IOC_ABORT_ATOMIC_WRITE = 62725, mips64le:ppc64le:536933637 F2FS_IOC_COMMIT_ATOMIC_WRITE = 62722, mips64le:ppc64le:536933634 F2FS_IOC_DEFRAGMENT = 3222336776 F2FS_IOC_FLUSH_DEVICE = 1074328842, mips64le:ppc64le:2148070666 |
