]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - include/linux/blkdev.h
cmd_migrate
[bcachefs-tools-debian] / include / linux / blkdev.h
index 3c185945a1b7af47b554512092fc94af1ea7c12f..217ff09440ccb4b909ce10e6eac46b7342cef516 100644 (file)
@@ -110,6 +110,7 @@ struct super_block {
  * NOTE! These match bits 12..15 of stat.st_mode
  * (ie "(i_mode >> 12) & 15").
  */
+#ifndef DT_UNKNOWN
 #define DT_UNKNOWN     0
 #define DT_FIFO                1
 #define DT_CHR         2
@@ -119,6 +120,7 @@ struct super_block {
 #define DT_LNK         10
 #define DT_SOCK                12
 #define DT_WHT         14
+#endif
 
 /*
  * This is the "filldir" function type, used by readdir() to let