]> git.baikalelectronics.ru Git - kernel.git/commit
staging: lustre use kernel socket sockopt apis
authorFredrick John Berchmans <fredrickprashanth@gmail.com>
Sat, 3 May 2014 02:50:15 +0000 (19:50 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 May 2014 23:38:09 +0000 (19:38 -0400)
commit20460573f515b64efcd4e790033ff53b8c79f217
tree0ce8b2ef541c5a7ee0602c9662ac6dabb42e78ce
parent28634b050e2bf03fcddccdd2b9093e9cb93eb2ab
staging: lustre use kernel socket sockopt apis

Change old way of ops->setsockopt or ops->getsockopt in kernel
to kernel_setsockopt or kernel_getsockopt.

Signed-off-by: Fredrick John Berchmans <fredrickprashanth@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/klnds/socklnd/socklnd_lib-linux.c
drivers/staging/lustre/lustre/libcfs/linux/linux-tcpip.c