From: James Simmons Date: Tue, 9 Jun 2015 02:27:11 +0000 (-0400) Subject: staging:lustre: use available kernel wrappers in lib-socket.c X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~264 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c2414ef1cac1dcdc0a8b67ad6966935fba9d284;p=pandora-kernel.git staging:lustre: use available kernel wrappers in lib-socket.c Instead of handling calls to struct proto ourselves we can use equivalent kernel wrappers. No wrapper exist for unlocked ioctl handling so we create one here for our use. I expect some day that function will be integrated into sock.c. Signed-off-by: James Simmons Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed