diff --git a/fs/fs.c b/fs/fs.c index 84349f3..9c4d67f 100644 --- a/fs/fs.c +++ b/fs/fs.c @@ -233,6 +233,7 @@ static struct fstype_info fstypes[] = { .read = btrfs_read, .write = fs_write_unsupported, .uuid = btrfs_uuid, + .opendir = fs_opendir_unsupported, }, #endif {