Whamcloud - gitweb
LU-8945 ptlrpc : remove userland usage from ptlrpc 96/24396/4
authorJames Simmons <uja.ornl@yahoo.com>
Tue, 27 Dec 2016 15:08:15 +0000 (10:08 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 18 Jan 2017 18:59:36 +0000 (18:59 +0000)
commitfb403f8b5f8ba61fe0da28e7f7c5e01776717750
tree997a4692ad2ef99897faff929ac79238dfc993ec
parent11dfa318972db8c8d4bdc36848a4aee8072557f7
LU-8945 ptlrpc : remove userland usage from ptlrpc

The reason for __REQ_LAYOUT_USER__ was to expose a
section of code in layout.c to userland for a utility
similar to wireshark. This was done before wireshark
existed but now that it does we no longer need to do
this type of hack. This also reduces lustre_acl.h to
strictly a kernel header now.

Test-Parameters: trivial

Change-Id: I649e36947789b8ebcb1204b65ac68b55a1d6ea49
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: https://review.whamcloud.com/24396
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre.spec.in
lustre/include/lustre_acl.h
lustre/include/lustre_req_layout.h
lustre/ptlrpc/layout.c
lustre/utils/.gitignore
lustre/utils/Makefile.am
lustre/utils/req-layout.c [deleted file]