diff options
Diffstat (limited to 'fs/fs.c')
-rw-r--r-- | fs/fs.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -233,6 +233,7 @@ static struct fstype_info fstypes[] = { .read = btrfs_read, .write = fs_write_unsupported, .uuid = btrfs_uuid, + .opendir = fs_opendir_unsupported, }, #endif { |