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 _______________________________________________ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel