staging: lustre: Use is_vmalloc_addr
authorLaura Abbott <lauraa@codeaurora.org>
Thu, 2 Jan 2014 21:53:23 +0000 (13:53 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Jan 2014 23:54:32 +0000 (15:54 -0800)
commit175f5475fb9c5800319da4e3c4204413d7280f5c
treec357d7fd6dfdf6d832b6bb55ef50d23fbb039e2e
parent731becf831db210a9828a210db498e2d52af1a39
staging: lustre: Use is_vmalloc_addr

Instead of manually checking the bounds of VMALLOC_START and
VMALLOC_END, just use is_vmalloc_addr. That's what the function
was designed for.

Signed-off-by: Laura Abbott <lauraa@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c