Skip to content

Commit a343e1d

Browse files
yuqingli05mysterywolf
authored andcommitted
[romfs/dfs_romfs.c] _rom_fops add ioctl
1 parent 1284d40 commit a343e1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/dfs/dfs_v2/filesystems/romfs/dfs_romfs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ static const struct dfs_file_ops _rom_fops =
365365
{
366366
.open = dfs_romfs_open,
367367
.close = dfs_romfs_close,
368+
.ioctl = dfs_romfs_ioctl,
368369
.lseek = generic_dfs_lseek,
369370
.read = dfs_romfs_read,
370371
.getdents = dfs_romfs_getdents,

0 commit comments

Comments
 (0)