On 4/5/22 15:14, Christoph Hellwig wrote:
Any reason this never got picked up or commented on?
This seems to have been ignored.
Hi Karel,
Could you please give me any hint?
On Thu, Sep 16, 2021 at 11:29:01AM +0800, zhenwei pi wrote:
Linux kernel block layer supports PR (persistent reservations) ioctl
on a block device. Typically SCSI and NVMe disk support PR feature,
and blkpr could operation on them.
Signed-off-by: zhenwei pi <pizhenwei@xxxxxxxxxxxxx>
---
configure.ac | 11 ++
sys-utils/Makemodule.am | 8 ++
sys-utils/blkpr.8.adoc | 64 ++++++++++
sys-utils/blkpr.c | 277 ++++++++++++++++++++++++++++++++++++++++
4 files changed, 360 insertions(+)
create mode 100644 sys-utils/blkpr.8.adoc
create mode 100644 sys-utils/blkpr.c
--
zhenwei pi