]> git.karo-electronics.de Git - linux-beck.git/commit
staging: lustre: ptlrpc: gss: delete unused code
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Jul 2014 05:30:54 +0000 (22:30 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Jul 2014 05:30:54 +0000 (22:30 -0700)
commitb78560200d414ae24db0664f68619738def88885
tree0e8e11cd36d876a967705beaf49e9a300cb72799
parente27db14919269176ec040479d199225a37aafb8c
staging: lustre: ptlrpc: gss: delete unused code

The gss code has never been built, there is no Kconfig option for it, so
delete it as code that can not build goes bad really fast.

If someone wants it back, they can revert this and fix any build errors
that might be in it.

Cc: Andreas Dilger <andreas.dilger@intel.com>
Cc: Oleg Drokin <oleg.drokin@intel.com>
Cc: hpdd-discuss <hpdd-discuss@lists.01.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
18 files changed:
drivers/staging/lustre/lustre/ptlrpc/Makefile
drivers/staging/lustre/lustre/ptlrpc/gss/Makefile [deleted file]
drivers/staging/lustre/lustre/ptlrpc/gss/gss_api.h [deleted file]
drivers/staging/lustre/lustre/ptlrpc/gss/gss_asn1.h [deleted file]
drivers/staging/lustre/lustre/ptlrpc/gss/gss_bulk.c [deleted file]
drivers/staging/lustre/lustre/ptlrpc/gss/gss_cli_upcall.c [deleted file]
drivers/staging/lustre/lustre/ptlrpc/gss/gss_err.h [deleted file]
drivers/staging/lustre/lustre/ptlrpc/gss/gss_generic_token.c [deleted file]
drivers/staging/lustre/lustre/ptlrpc/gss/gss_internal.h [deleted file]
drivers/staging/lustre/lustre/ptlrpc/gss/gss_keyring.c [deleted file]
drivers/staging/lustre/lustre/ptlrpc/gss/gss_krb5.h [deleted file]
drivers/staging/lustre/lustre/ptlrpc/gss/gss_krb5_mech.c [deleted file]
drivers/staging/lustre/lustre/ptlrpc/gss/gss_mech_switch.c [deleted file]
drivers/staging/lustre/lustre/ptlrpc/gss/gss_pipefs.c [deleted file]
drivers/staging/lustre/lustre/ptlrpc/gss/gss_rawobj.c [deleted file]
drivers/staging/lustre/lustre/ptlrpc/gss/gss_svc_upcall.c [deleted file]
drivers/staging/lustre/lustre/ptlrpc/gss/lproc_gss.c [deleted file]
drivers/staging/lustre/lustre/ptlrpc/gss/sec_gss.c [deleted file]