From: Oleg Drokin <green@linuxhacker.ru>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org,
Andreas Dilger <andreas.dilger@intel.com>
Cc: "John L. Hammond" <john.hammond@intel.com>,
Oleg Drokin <green@linuxhacker.ru>
Subject: [PATCH 00/12] lustre: continues dead code removal
Date: Sat, 30 Aug 2014 17:12:39 -0400 [thread overview]
Message-ID: <1409433171-23572-1-git-send-email-green@linuxhacker.ru> (raw)
This series of patches continues removal of unused code in
lustre client tree.
John L. Hammond (9):
staging/lustre/obdecho: remove #if 0-ed out regions
staging/lustre/obdclass: remove idmap.c
staging/lustre/obdclass: remove lu_ucred.c
staging/lustre/obdclass: remove mea.c
staging/lustre: remove md_object.h
staging/lustre/mgc: remove server specific handlers
staging/lustre/obdclass: remove llog_test.ko
staging/lustre/obdclass: remove llog_osd.c
staging/lustre/mdc: remove obsolete llog ioctl handlers
Oleg Drokin (2):
staging/lustre: Remove unused header libcfs_heap.h
staging/lustre: remove unused som_attrs and hsm_attrs structures
Peng Tao (1):
staging/lustre/obdecho: remove metadata echo client
.../staging/lustre/include/linux/libcfs/libcfs.h | 1 -
.../lustre/include/linux/libcfs/libcfs_heap.h | 200 ---
drivers/staging/lustre/lustre/fid/lproc_fid.c | 1 -
drivers/staging/lustre/lustre/fld/fld_cache.c | 1 -
drivers/staging/lustre/lustre/fld/fld_request.c | 1 -
drivers/staging/lustre/lustre/fld/lproc_fld.c | 1 -
.../lustre/lustre/include/lustre/lustre_idl.h | 37 -
.../staging/lustre/lustre/include/lustre_idmap.h | 104 --
drivers/staging/lustre/lustre/include/lustre_log.h | 9 -
drivers/staging/lustre/lustre/include/lustre_net.h | 1 -
drivers/staging/lustre/lustre/include/md_object.h | 899 --------------
drivers/staging/lustre/lustre/include/obd_class.h | 4 -
drivers/staging/lustre/lustre/mdc/mdc_request.c | 15 -
drivers/staging/lustre/lustre/mgc/mgc_request.c | 177 ---
drivers/staging/lustre/lustre/obdclass/Makefile | 9 +-
drivers/staging/lustre/lustre/obdclass/idmap.c | 477 --------
drivers/staging/lustre/lustre/obdclass/llog_osd.c | 1290 --------------------
drivers/staging/lustre/lustre/obdclass/llog_test.c | 1072 ----------------
drivers/staging/lustre/lustre/obdclass/lu_ucred.c | 107 --
drivers/staging/lustre/lustre/obdclass/mea.c | 112 --
.../staging/lustre/lustre/obdecho/echo_client.c | 1103 +----------------
drivers/staging/lustre/lustre/ptlrpc/wiretest.c | 48 -
22 files changed, 50 insertions(+), 5619 deletions(-)
delete mode 100644 drivers/staging/lustre/include/linux/libcfs/libcfs_heap.h
delete mode 100644 drivers/staging/lustre/lustre/include/lustre_idmap.h
delete mode 100644 drivers/staging/lustre/lustre/include/md_object.h
delete mode 100644 drivers/staging/lustre/lustre/obdclass/idmap.c
delete mode 100644 drivers/staging/lustre/lustre/obdclass/llog_osd.c
delete mode 100644 drivers/staging/lustre/lustre/obdclass/llog_test.c
delete mode 100644 drivers/staging/lustre/lustre/obdclass/lu_ucred.c
delete mode 100644 drivers/staging/lustre/lustre/obdclass/mea.c
--
1.9.3
next reply other threads:[~2014-08-30 21:13 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-30 21:12 Oleg Drokin [this message]
2014-08-30 21:12 ` [PATCH 01/12] staging/lustre: Remove unused header libcfs_heap.h Oleg Drokin
2014-08-30 21:12 ` [PATCH 02/12] staging/lustre/obdecho: remove metadata echo client Oleg Drokin
2014-08-30 21:12 ` [PATCH 03/12] staging/lustre/obdecho: remove #if 0-ed out regions Oleg Drokin
2014-08-30 21:12 ` [PATCH 04/12] staging/lustre/obdclass: remove idmap.c Oleg Drokin
2014-08-30 21:12 ` [PATCH 05/12] staging/lustre/obdclass: remove lu_ucred.c Oleg Drokin
2014-08-30 21:12 ` [PATCH 06/12] staging/lustre/obdclass: remove mea.c Oleg Drokin
2014-08-30 21:12 ` [PATCH 07/12] staging/lustre: remove md_object.h Oleg Drokin
2014-08-30 21:12 ` [PATCH 08/12] staging/lustre/mgc: remove server specific handlers Oleg Drokin
2014-08-30 21:12 ` [PATCH 09/12] staging/lustre/obdclass: remove llog_test.ko Oleg Drokin
2014-08-30 21:12 ` [PATCH 10/12] staging/lustre/obdclass: remove llog_osd.c Oleg Drokin
2014-08-30 21:12 ` [PATCH 11/12] staging/lustre/mdc: remove obsolete llog ioctl handlers Oleg Drokin
2014-08-30 21:12 ` [PATCH 12/12] staging/lustre: remove unused som_attrs and hsm_attrs structures Oleg Drokin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1409433171-23572-1-git-send-email-green@linuxhacker.ru \
--to=green@linuxhacker.ru \
--cc=andreas.dilger@intel.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=john.hammond@intel.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome