mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
NTB: ntb_test: modprobe on remote host
Signed-off-by: Allen Hubbe <Allen.Hubbe@dell.com> Acked-by: Logan Gunthorpe <logang@deltatee.com> Signed-off-by: Jon Mason <jdmason@kudzu.us>
This commit is contained in:
parent
6f7da29041
commit
c2d42edb52
|
|
@ -85,6 +85,10 @@ set -e
|
|||
function _modprobe()
|
||||
{
|
||||
modprobe "$@"
|
||||
|
||||
if [[ "$REMOTE_HOST" != "" ]]; then
|
||||
ssh "$REMOTE_HOST" modprobe "$@"
|
||||
fi
|
||||
}
|
||||
|
||||
function split_remote()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user