diff options
| -rw-r--r-- | drivers/xen/pvcalls-front.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/pvcalls-front.c b/drivers/xen/pvcalls-front.c index d1e1d8d2b9d5..4c789e61554b 100644 --- a/drivers/xen/pvcalls-front.c +++ b/drivers/xen/pvcalls-front.c | |||
| @@ -805,7 +805,7 @@ int pvcalls_front_accept(struct socket *sock, struct socket *newsock, int flags) | |||
| 805 | pvcalls_exit(); | 805 | pvcalls_exit(); |
| 806 | return ret; | 806 | return ret; |
| 807 | } | 807 | } |
| 808 | map2 = kzalloc(sizeof(*map2), GFP_KERNEL); | 808 | map2 = kzalloc(sizeof(*map2), GFP_ATOMIC); |
| 809 | if (map2 == NULL) { | 809 | if (map2 == NULL) { |
| 810 | clear_bit(PVCALLS_FLAG_ACCEPT_INFLIGHT, | 810 | clear_bit(PVCALLS_FLAG_ACCEPT_INFLIGHT, |
| 811 | (void *)&map->passive.flags); | 811 | (void *)&map->passive.flags); |
