staging: lustre: ptlrpc: Move NRS structures out of lustre_net.h
authorChris Horn <hornc@cray.com>
Mon, 3 Oct 2016 02:28:25 +0000 (22:28 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:24:36 +0000 (10:24 +0200)
commitd0365097bac63e478d6c3a8e1a0c333336457057
treed21440a4e80338965ec42fab961cba49849bd35e
parentef3a1d2a82bba70f836b324137f0fa3e6c61db1c
staging: lustre: ptlrpc: Move NRS structures out of lustre_net.h

NRS specific structures are not needed in the rest of the PtlRPC code.
It is more appropriate for these structures to be defined in a
separate header. This commit creates a lustre_nrs.h header for the
generic NRS structures, and policy-specific headers for the various
NRS policies.

Signed-off-by: Chris Horn <hornc@cray.com>
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-2667
Reviewed-on: http://review.whamcloud.com/13966
Reviewed-by: Henri Doreau <henri.doreau@cea.fr>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/lustre_net.h
drivers/staging/lustre/lustre/include/lustre_nrs.h [new file with mode: 0644]
drivers/staging/lustre/lustre/include/lustre_nrs_fifo.h [new file with mode: 0644]