Whamcloud - gitweb
LU-8179 libcfs: Do not include libcfs/util/ioctl.h in kernel code 75/20375/5
authorOleg Drokin <oleg.drokin@intel.com>
Sun, 22 May 2016 17:01:46 +0000 (13:01 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 14 Jun 2016 03:49:01 +0000 (03:49 +0000)
commit0ecdb18ea46790a21f35f60d452e8fc7a50ce838
tree8a8b664a7fb9e13abb3e9603582399fff8018d2c
parent65d0add6057b138e753761b04583339cf39b84f6
LU-8179 libcfs: Do not include libcfs/util/ioctl.h in kernel code

lustre/include/lustre_ioctl.h included libcfs/include/libcfs/util/ioctl.h
by mistake during kernel compiles, but it's strictly a user-space header
so move it into appropriate ifdef.

Test-Parameters: trivial
Change-Id: I598ef54ad2cf8bab9788eefe487adddeb73f90c1
Signed-off-by: Oleg Drokin <oleg.drokin@intel.com>
Reviewed-on: http://review.whamcloud.com/20375
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Frank Zago <fzago@cray.com>
lustre/include/lustre_ioctl.h