From: Oleg Drokin <green@linuxhacker.ru>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org
Cc: Oleg Drokin <green@linuxhacker.ru>
Subject: [PATCH 0/4] Remove unused lustre files
Date: Thu, 28 Aug 2014 14:54:19 -0400 [thread overview]
Message-ID: <1409252063-23070-1-git-send-email-green@linuxhacker.ru> (raw)
This batch of patches removes some lustre files that are not being built
and are overall unneeded in the client only code.
These include EA from disk swabbing code, various network request policies
for server-site traffic prioritization, server-side llog code,
lustre binary heap implementation.
Please consider for inclusion.
Oleg Drokin (4):
staging/lustre/obdclass: remove unused file md_attrs.c
staging/lustre/obdclass: remove unused file llog_lvfs.c
staging/lustre/obdclass: remove unused file linkea.c
staging/lustre: remove unused request policies.
.../lustre/lustre/include/lustre/lustre_idl.h | 6 -
.../staging/lustre/lustre/include/lustre_linkea.h | 57 --
drivers/staging/lustre/lustre/include/lustre_log.h | 3 -
drivers/staging/lustre/lustre/include/lustre_net.h | 276 -------
drivers/staging/lustre/lustre/include/md_object.h | 4 -
drivers/staging/lustre/lustre/libcfs/heap.c | 475 ------------
drivers/staging/lustre/lustre/obdclass/linkea.c | 194 -----
drivers/staging/lustre/lustre/obdclass/llog_lvfs.c | 847 ---------------------
drivers/staging/lustre/lustre/obdclass/md_attrs.c | 199 -----
drivers/staging/lustre/lustre/ptlrpc/nrs_crr.c | 40 -
10 files changed, 2101 deletions(-)
delete mode 100644 drivers/staging/lustre/lustre/include/lustre_linkea.h
delete mode 100644 drivers/staging/lustre/lustre/libcfs/heap.c
delete mode 100644 drivers/staging/lustre/lustre/obdclass/linkea.c
delete mode 100644 drivers/staging/lustre/lustre/obdclass/llog_lvfs.c
delete mode 100644 drivers/staging/lustre/lustre/obdclass/md_attrs.c
delete mode 100644 drivers/staging/lustre/lustre/ptlrpc/nrs_crr.c
--
1.9.3
next reply other threads:[~2014-08-28 18:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-28 18:54 Oleg Drokin [this message]
2014-08-28 18:54 ` [PATCH 1/4] staging/lustre/obdclass: remove unused file md_attrs.c Oleg Drokin
2014-08-28 18:54 ` [PATCH 2/4] staging/lustre/obdclass: remove unused file llog_lvfs.c Oleg Drokin
2014-08-28 18:54 ` [PATCH 3/4] staging/lustre/obdclass: remove unused file linkea.c Oleg Drokin
2014-08-28 18:54 ` [PATCH 4/4] staging/lustre: remove unused request policies 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=1409252063-23070-1-git-send-email-green@linuxhacker.ru \
--to=green@linuxhacker.ru \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--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;
as well as URLs for NNTP newsgroup(s).