]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
missing_fs: drop FS_KEY_DESCRIPTOR_SIZE
authorMike Yuan <me@yhndnzj.com>
Tue, 4 Mar 2025 16:25:42 +0000 (17:25 +0100)
committerMike Yuan <me@yhndnzj.com>
Tue, 4 Mar 2025 22:02:37 +0000 (23:02 +0100)
We now directly import linux/fscrypt.h, so this def is duplicate

src/basic/missing_fs.h

index dfd79504bcb78c19cabf293d3b2fa755f2d68355..c3b2746b07a9485d2a9430d2dc0d0b4b8bed0d3c 100644 (file)
@@ -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