staging/lustre: Remove server data from struct obd_export
authorOleg Drokin <green@linuxhacker.ru>
Thu, 25 Feb 2016 03:00:19 +0000 (22:00 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Feb 2016 06:05:50 +0000 (22:05 -0800)
commit5eade31eab8b3642d54dbd61934acfeb8bcceb4c
treef752bdba9189d35287880ea0538bb8f9f49470eb
parent9a18e0a8f4927aab3924aeb32084e7dc978c1e59
staging/lustre: Remove server data from struct obd_export

Despite it's name struct obd_export could exist on the client too
(used for reverse exports), but all the actual server bits
are not needed there, so could be dropped. This is mostly
various target-related stuff.

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/lustre_export.h