]> git.karo-electronics.de Git - linux-beck.git/commit
staging/lustre/libcfs: cleanup libcfs_kkuc_msg_put a bit
authorPeng Tao <bergwolf@gmail.com>
Thu, 6 Jun 2013 15:04:07 +0000 (23:04 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Jun 2013 18:44:39 +0000 (11:44 -0700)
commite543d2eaa8db8cdf14f9d91b6c2469e75d8fc0c0
tree56b07e46a3ddb96b238b0f11e7bef2b361ce8d73
parent92ab7d7ff427e77ad554a426a3ac7bec3cfaae9e
staging/lustre/libcfs: cleanup libcfs_kkuc_msg_put a bit

No need to cast count since it is already ssize_t. No need
to cast payload to const, but need __force instead to avoid
Sparse complaining.

Reported-and-Suggested-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Peng Tao <tao.peng@emc.com>
Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/libcfs/kernel_user_comm.c