Преглед на файлове

[romfs/dfs_romfs.c] _rom_fops add ioctl

yuqingli преди 4 месеца
родител
ревизия
a343e1d7a0
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      components/dfs/dfs_v2/filesystems/romfs/dfs_romfs.c

+ 1 - 0
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,