lib/fsdev: mount and umount API introducedThis patch introduces SPDK fsdev spdk_fsdev_mount and spdk_fsdev_umountAPIs, the SPDK fsdev analogues of FUSE_INIT and FUSE_DESTROY.The corresponding fs
lib/fsdev: mount and umount API introducedThis patch introduces SPDK fsdev spdk_fsdev_mount and spdk_fsdev_umountAPIs, the SPDK fsdev analogues of FUSE_INIT and FUSE_DESTROY.The corresponding fsdev module handlers are optional (as any other),however failing the INIT handler will fail the FUSE_INIT and thereforethe host's mount.The spdk_fsdev_open() API doesn't get the open_opts parameter anymore.It became mount_opts now.Change-Id: I316a31f6999b9fabe6cee51c87fdd0e6e49ed569Signed-off-by: Anton Nayshtut <anayshtut@nvidia.com>Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/25009Reviewed-by: Ben Walker <ben@nvidia.com>Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>Community-CI: Mellanox Build BotReviewed-by: Jim Harris <jim.harris@samsung.com>Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>Community-CI: Community CI Samsung <spdk.community.ci.samsung@gmail.com>
show more ...
test/unit/lib/fsdev introducedChange-Id: Ib4b93cb771b65d53ce3416b8b00cabe95c10d7e4Signed-off-by: Anton Nayshtut <anayshtut@nvidia.com>Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2253
test/unit/lib/fsdev introducedChange-Id: Ib4b93cb771b65d53ce3416b8b00cabe95c10d7e4Signed-off-by: Anton Nayshtut <anayshtut@nvidia.com>Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22537Reviewed-by: Ben Walker <ben@nvidia.com>Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>Community-CI: Mellanox Build BotReviewed-by: Jim Harris <jim.harris@samsung.com>