From: Yu Watanabe Date: Fri, 28 Apr 2023 05:18:48 +0000 (+0900) Subject: missing_fs: mention commit hash and version of ioctl commands introduced X-Git-Tag: v254-rc1~601^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6f96778b18ffb2a457a14dd951843846819e89b;p=thirdparty%2Fsystemd.git missing_fs: mention commit hash and version of ioctl commands introduced --- diff --git a/src/basic/missing_fs.h b/src/basic/missing_fs.h index 9a0b12af4a7..6dcea6c56a0 100644 --- a/src/basic/missing_fs.h +++ b/src/basic/missing_fs.h @@ -6,15 +6,15 @@ #define RENAME_NOREPLACE (1 << 0) #endif -#ifndef BLKGETDISKSEQ +#ifndef BLKGETDISKSEQ /* 7957d93bf32bc211415827e44fdd9cdf1388df59 (5.15) */ #define BLKGETDISKSEQ _IOR(0x12,128,__u64) #endif -#ifndef FICLONE +#ifndef FICLONE /* 04b38d601239b4d9be641b412cf4b7456a041c67 (4.5) */ #define FICLONE _IOW(0x94, 9, int) #endif -#ifndef FICLONERANGE +#ifndef FICLONERANGE /* 04b38d601239b4d9be641b412cf4b7456a041c67 (4.5) */ #define FICLONERANGE _IOW(0x94, 13, struct file_clone_range) #endif