From d6f96778b18ffb2a457a14dd951843846819e89b Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 28 Apr 2023 14:18:48 +0900 Subject: [PATCH] missing_fs: mention commit hash and version of ioctl commands introduced --- src/basic/missing_fs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.3