From: Mike Yuan Date: Tue, 4 Mar 2025 16:25:42 +0000 (+0100) Subject: missing_fs: drop FS_KEY_DESCRIPTOR_SIZE X-Git-Tag: v258-rc1~1185^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c74380cceb6185c4b9d8f01809324522ed298c37;p=thirdparty%2Fsystemd.git missing_fs: drop FS_KEY_DESCRIPTOR_SIZE We now directly import linux/fscrypt.h, so this def is duplicate --- diff --git a/src/basic/missing_fs.h b/src/basic/missing_fs.h index dfd79504bcb..c3b2746b07a 100644 --- a/src/basic/missing_fs.h +++ b/src/basic/missing_fs.h @@ -50,14 +50,7 @@ assert_cc(RWF_DONTCACHE == __RWF_DONTCACHE_SAVED__); #define EXT4_IOC_RESIZE_FS _IOW('f', 16, __u64) #endif -/* linux/fscrypt.h */ -#ifndef FS_KEY_DESCRIPTOR_SIZE -# define FS_KEY_DESCRIPTOR_SIZE 8 -#else -assert_cc(FS_KEY_DESCRIPTOR_SIZE == 8); -#endif - -/* linux/exportfs.h */ +/* linux/exportfs.h (33c5ac9175195c36a0b7005aaf503a2e81f117a1, 5.5) */ #ifndef FILEID_KERNFS #define FILEID_KERNFS 0xfe #endif