Skip to content

Commit

Permalink
missing_fs: mention commit hash and version of ioctl commands introduced
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwata committed Apr 28, 2023
1 parent 71e84b4 commit d6f9677
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/basic/missing_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d6f9677

Please sign in to comment.