#ifndef _ASM_GENERIC_CPUTIME_H #define _ASM_GENERIC_CPUTIME_H #include #include #ifndef CONFIG_VIRT_CPU_ACCOUNTING # include #endif #ifdef CONFIG_VIRT_CPU_ACCOUNTING_GEN # include #endif #endif ml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2016-05-04 10:41:48 -0400
committerAnna Schumaker <Anna.Schumaker@Netapp.com>2016-05-17 15:48:05 -0400
commit6e14a92c363e1f42c6e1339da8413fcfbe1bdc3a (patch)
treed7f621cc2ad64b62437fa13c353ba1af9407e4cb
parentb2dde94bfa374b9e851756ab8191209f1a604e0a (diff)
xprtrdma: Remove qplock
Clean up. After "xprtrdma: Remove ro_unmap() from all registration modes", there are no longer any sites that take rpcrdma_ia::qplock for read. The one site that takes it for write is always single-threaded. It is safe to remove it. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>