diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2014-09-08 13:15:42 +0200 |
---|---|---|
committer | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2014-09-23 15:36:19 +0200 |
commit | d9b1e6374b3a9b88774e30d0c6bf6e394cd10b76 (patch) | |
tree | 759df9442e7f40a8e804ff5cb5f06b6ba52df070 /net/ceph | |
parent | MAINTAINERS: Add xen pvscsi maintainer (diff) | |
download | linux-d9b1e6374b3a9b88774e30d0c6bf6e394cd10b76.tar.xz linux-d9b1e6374b3a9b88774e30d0c6bf6e394cd10b76.zip |
xen-scsifront: use GFP_ATOMIC under spin_lock
This function is only called with a spin_lock held and IRQs disabled.
The allocation is not allowed to sleep and NOIO is not sufficient, it
has to be ATOMIC.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Diffstat (limited to 'net/ceph')
0 files changed, 0 insertions, 0 deletions