linux/drivers/staging/lustre
Wei Yongjun b3c1afd1fa staging/lustre: fix return value check in libcfs_sock_ioctl()
In case of error, the function sock_alloc_file() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check
should be replaced with IS_ERR().

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-06-03 12:10:47 -07:00
..
include/linux staging/lustre: clean up and remove libcfs/linux/linux-mem.c 2013-06-03 11:32:51 -07:00
lnet staging/lustre: clean up and remove libcfs/linux/linux-mem.c 2013-06-03 11:32:51 -07:00
lustre staging/lustre: fix return value check in libcfs_sock_ioctl() 2013-06-03 12:10:47 -07:00
Kconfig
Makefile
TODO