staging/lustre/o2iblnd: fix is_vmalloc_addr build warning
authorPeng Tao <bergwolf@gmail.com>
Wed, 22 Jan 2014 13:47:32 +0000 (21:47 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Feb 2014 17:46:17 +0000 (09:46 -0800)
commite92c08092a7f3d2b2c6cccfb8562b64c6e9802e4
treee0b6844643c200d2e3cdeb41e7bd6c30a1881e83
parent69342b7884d6ea1ec97c0a99fe0524a380783e83
staging/lustre/o2iblnd: fix is_vmalloc_addr build warning

I got this building Lustre:
drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c: In function ‘kiblnd_kvaddr_to_page’:
drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c:532:2: warning: passing argument 1 of ‘is_vmalloc_addr’ makes pointer from integer without a cast [enabled by default]

Cc: Laura Abbott <lauraa@codeaurora.org>
Cc: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Peng Tao <bergwolf@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c
This page took 0.042024 seconds and 5 git commands to generate.