aboutsummaryrefslogtreecommitdiff
path: root/bin/gensquashfs/src/mkfs.h
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-04-28 12:22:18 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-04-29 00:26:32 +0200
commit11e36726f61e8615bb873c2d322d85dafcd73e7b (patch)
treec186f6411409bc735342643b44667a14895d6f6e /bin/gensquashfs/src/mkfs.h
parentea8ed35e8665be75923bb483c377421d24ae2faf (diff)
Move type based filtering to libutil dir_tree_iterator_t
Limited unit testing for the flags is added, particularly the abillity to recurse into sub-directories, but not report the parents as individual entries. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'bin/gensquashfs/src/mkfs.h')
-rw-r--r--bin/gensquashfs/src/mkfs.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/bin/gensquashfs/src/mkfs.h b/bin/gensquashfs/src/mkfs.h
index 28bcfde..a58365d 100644
--- a/bin/gensquashfs/src/mkfs.h
+++ b/bin/gensquashfs/src/mkfs.h
@@ -42,22 +42,6 @@
#include <errno.h>
#include <ctype.h>
-enum {
- DIR_SCAN_KEEP_TIME = 0x01,
-
- DIR_SCAN_ONE_FILESYSTEM = 0x02,
-
- DIR_SCAN_NO_RECURSION = 0x04,
-
- DIR_SCAN_NO_SOCK = 0x0008,
- DIR_SCAN_NO_SLINK = 0x0010,
- DIR_SCAN_NO_FILE = 0x0020,
- DIR_SCAN_NO_BLK = 0x0040,
- DIR_SCAN_NO_DIR = 0x0080,
- DIR_SCAN_NO_CHR = 0x0100,
- DIR_SCAN_NO_FIFO = 0x0200,
-};
-
/*
Optionally used by fstree_from_dir and fstree_from_subdir to
execute custom actions for each discovered node.