[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1409252063-23070-1-git-send-email-green@linuxhacker.ru>
Date: Thu, 28 Aug 2014 14:54:19 -0400
From: Oleg Drokin <green@...uxhacker.ru>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-kernel@...r.kernel.org, devel@...verdev.osuosl.org
Cc: Oleg Drokin <green@...uxhacker.ru>
Subject: [PATCH 0/4] Remove unused lustre files
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists