From 363c3551126ea6554d0020736dbf0d407843d22f Mon Sep 17 00:00:00 2001 From: Hrutvik Kanabar Date: Thu, 25 Aug 2022 09:11:45 +0000 Subject: 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. --- sys/linux/fs_ioctl_f2fs.txt | 2 +- sys/linux/fs_ioctl_f2fs.txt.const | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/linux') 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 -- cgit mrf-deployment