On 20/04/18 12:47, Stanislav Kinsburskii wrote: > This patch adds wrapper helpers around generic Xen fault inject > facility. > The major reason is to keep all the module fault injection directories > in a dedicated subdirectory instead of Xen fault inject root. > > IOW, when using these helpers, per-device and named by device name > fault injection control directories will appear under the following > directory: > - /sys/kernel/debug/xen/fault_inject/xen-blkback/ > instead of: > - /sys/kernel/debug/xen/fault_inject/ > > Signed-off-by: Stanislav Kinsburskii <[email protected]> > CC: Jens Axboe <[email protected]> > CC: Konrad Rzeszutek Wilk <[email protected]> > CC: "Roger Pau Monné" <[email protected]> > CC: [email protected] > CC: [email protected] > CC: [email protected] > CC: Stanislav Kinsburskii <[email protected]> > CC: David Woodhouse <[email protected]>
This is an exact copy of the netback patch apart from the names. I don't like adding multiple copies of the same coding to the tree. Juergen

