]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
missing_fs: mention commit hash and version of ioctl commands introduced 27440/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 28 Apr 2023 05:18:48 +0000 (14:18 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 28 Apr 2023 05:18:48 +0000 (14:18 +0900)
src/basic/missing_fs.h

index 9a0b12af4a724f27cae9177f4794f7fe42aeb0d3..6dcea6c56a0ab8bfc8cd37fb34c5dc1d1a0c4b86 100644 (file)
@@ -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