aboutsummaryrefslogtreecommitdiff
path: root/stand/libsa/ext2fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'stand/libsa/ext2fs.c')
-rw-r--r--stand/libsa/ext2fs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stand/libsa/ext2fs.c b/stand/libsa/ext2fs.c
index 47812f4543a1..f7096282f156 100644
--- a/stand/libsa/ext2fs.c
+++ b/stand/libsa/ext2fs.c
@@ -106,6 +106,7 @@ static int dtmap[] = { DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR,
struct fs_ops ext2fs_fsops = {
.fs_name = "ext2fs",
+ .fs_flags = 0,
.fo_open = ext2fs_open,
.fo_close = ext2fs_close,
.fo_read = ext2fs_read,