diff --git a/components/dfs/dfs_v2/filesystems/romfs/dfs_romfs.c b/components/dfs/dfs_v2/filesystems/romfs/dfs_romfs.c index 7cb30b348b8..6350ad75f53 100644 --- a/components/dfs/dfs_v2/filesystems/romfs/dfs_romfs.c +++ b/components/dfs/dfs_v2/filesystems/romfs/dfs_romfs.c @@ -365,6 +365,7 @@ static const struct dfs_file_ops _rom_fops = { .open = dfs_romfs_open, .close = dfs_romfs_close, + .ioctl = dfs_romfs_ioctl, .lseek = generic_dfs_lseek, .read = dfs_romfs_read, .getdents = dfs_romfs_getdents,