diff options
Diffstat (limited to 'include/target/target_core_base.h')
-rw-r--r-- | include/target/target_core_base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index 4a8795a87b9e..672150b6aaf5 100644 --- a/include/target/target_core_base.h +++ b/include/target/target_core_base.h | |||
@@ -407,7 +407,7 @@ struct t10_reservation { | |||
407 | /* Activate Persistence across Target Power Loss enabled | 407 | /* Activate Persistence across Target Power Loss enabled |
408 | * for SCSI device */ | 408 | * for SCSI device */ |
409 | int pr_aptpl_active; | 409 | int pr_aptpl_active; |
410 | #define PR_APTPL_BUF_LEN 8192 | 410 | #define PR_APTPL_BUF_LEN 262144 |
411 | u32 pr_generation; | 411 | u32 pr_generation; |
412 | spinlock_t registration_lock; | 412 | spinlock_t registration_lock; |
413 | spinlock_t aptpl_reg_lock; | 413 | spinlock_t aptpl_reg_lock; |