diff options
author | Bryant G. Ly <bryantly@linux.vnet.ibm.com> | 2017-04-21 20:40:50 -0500 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2017-05-01 22:21:45 -0700 |
commit | 4ec5bf0ea83930b96addf6b78225bf0355459d7f (patch) | |
tree | 7369ecac6c53dacd520b4442ccfc99903fd33cef /include | |
parent | c2d26f18dcbc84799457852292c66967ff6626f1 (diff) | |
download | linux-stable-4ec5bf0ea83930b96addf6b78225bf0355459d7f.tar.gz linux-stable-4ec5bf0ea83930b96addf6b78225bf0355459d7f.tar.bz2 linux-stable-4ec5bf0ea83930b96addf6b78225bf0355459d7f.zip |
target/user: PGR Support
This adds initial PGR support for just TCMU, since tcmu doesn't
have the necessary IT_NEXUS info to process PGR in userspace,
so have those commands be processed in kernel.
HA support is not available yet, we will work on it if this patch
is acceptable.
Signed-off-by: Bryant G. Ly <bryantly@linux.vnet.ibm.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/target/target_core_backend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/target/target_core_backend.h b/include/target/target_core_backend.h index 1b0f447ce850..e475531565fd 100644 --- a/include/target/target_core_backend.h +++ b/include/target/target_core_backend.h @@ -10,6 +10,7 @@ * backend module. */ #define TRANSPORT_FLAG_PASSTHROUGH_ALUA 0x2 +#define TRANSPORT_FLAG_PASSTHROUGH_PGR 0x4 struct request_queue; struct scatterlist; |