[GIT PULL] xen: fix for 4.11 rc3

From: Juergen Gross
Date: Fri Mar 17 2017 - 02:51:44 EST


Linus,

Please git pull the following tag:

git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-4.11b-rc3-tag

xen: fix for 4.11 rc3

It contains a minor fix for using the appropriate refcount_t instead of
atomic_t.

Thanks.

Juergen

drivers/xen/gntdev.c | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

Elena Reshetova (1):
drivers, xen: convert grant_map.users from atomic_t to refcount_t