Whamcloud - gitweb
LU-9558 lnet: kernel socket accept takes new bool agrument 42/27642/2
authorJames Simmons <uja.ornl@yahoo.com>
Wed, 14 Jun 2017 16:42:52 +0000 (12:42 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 19 Jul 2017 03:31:40 +0000 (03:31 +0000)
commit15045c9067fd021baa0ec925bcc245949945d01e
tree3002803ea8e4d9613bb3b4615f2d1f4078a8a303
parentc87553ac891f092f5e9bb4eef9cf06b6516e5e48
LU-9558 lnet: kernel socket accept takes new bool agrument

During the development of the linux 4.11 kernel it was discovered
that the kernel socket layer could get into lockdep situation. To
handle this a new bool argument was added to the accept member
of struct socket. For LNet we can always pass false.

Change-Id: I420cda95b70cf927b1a6e3493b631bc5a3585d74
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: https://review.whamcloud.com/27642
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Doug Oucharek <doug@cadentcomputing.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lnet/autoconf/lustre-lnet.m4
lnet/lnet/lib-socket.c