incubator-nuttx/fs/rpmsgfs
wangbowen6 940bbfc720 rpmsg: support the fdsan feature for rpmsg dev/mtd/blk
Directly return -ENOTTY in rpmsgxxx_ioctl() when the command is
not supported to avoid fdsan command FIOC_SETTAG and FIOC_GETTAG
pass to the rpmsg dev/mtd/blk server with CONFIG_FDSAN enabled.

Signed-off-by: wangbowen6 <wangbowen6@xiaomi.com>
2023-06-17 19:34:39 +08:00
..
Kconfig fs/rpmsg: Move the server initialization to fs_initialize 2022-08-11 02:08:42 +03:00
Make.defs rpmsgfs/Make.defs: rpmsgfs_server.c given more than once 2022-09-01 11:41:23 +08:00
rpmsgfs.c fs: move memset to upper lever for statfs 2023-06-16 11:10:25 +08:00
rpmsgfs.h nuttx: replace all ARRAY_SIZE()/ARRAYSIZE() to nitems() 2023-02-09 20:05:44 +08:00
rpmsgfs_client.c rpmsg: support the fdsan feature for rpmsg dev/mtd/blk 2023-06-17 19:34:39 +08:00
rpmsgfs_server.c change strcpy to strlcpy 2023-02-24 12:15:40 +08:00