linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Remove unused lustre files
@ 2014-08-28 18:54 Oleg Drokin
  2014-08-28 18:54 ` [PATCH 1/4] staging/lustre/obdclass: remove unused file md_attrs.c Oleg Drokin
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Oleg Drokin @ 2014-08-28 18:54 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-kernel, devel; +Cc: Oleg Drokin

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-08-28 18:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-28 18:54 [PATCH 0/4] Remove unused lustre files Oleg Drokin
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

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).