hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/include/uapi/linux/fiemap.h
....@@ -9,8 +9,8 @@
99 * Andreas Dilger <adilger@sun.com>
1010 */
1111
12
-#ifndef _LINUX_FIEMAP_H
13
-#define _LINUX_FIEMAP_H
12
+#ifndef _UAPI_LINUX_FIEMAP_H
13
+#define _UAPI_LINUX_FIEMAP_H
1414
1515 #include <linux/types.h>
1616
....@@ -67,4 +67,4 @@
6767 #define FIEMAP_EXTENT_SHARED 0x00002000 /* Space shared with other
6868 * files. */
6969
70
-#endif /* _LINUX_FIEMAP_H */
70
+#endif /* _UAPI_LINUX_FIEMAP_H */