Whamcloud - gitweb
LU-6245 libcfs: remove mem wrappers for libcfs 41/13841/10
authorJames Simmons <uja.ornl@gmail.com>
Thu, 9 Apr 2015 16:27:29 +0000 (12:27 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 28 Apr 2015 05:15:45 +0000 (05:15 +0000)
commit6ea4de1b7f237d331c9e0d66f4cc53365d036e5d
treea96bcf9dd05b907ac33af2d1c9e4f8d46dbf3dc5
parent3b84a1ee5213563945225854a50e9037bb9646db
LU-6245 libcfs: remove mem wrappers for libcfs

The libcfs layer contains wrappers to handle memory
management for both kernel space and user land. Since
libcfs is no longer built for user land we can remove
the wrappers. For linux-mem.h we kept only what is
needed to deal with different kernel versions. The
rest was moved to libcfs_prim.h.

Signed-off-by: James Simmons <uja.ornl@gmail.com>
Change-Id: Ie198500cdfa28f5d4dc8635ce0a41726ab158cbb
Reviewed-on: http://review.whamcloud.com/13841
Reviewed-by: frank zago <fzago@cray.com>
Tested-by: Jenkins
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
36 files changed:
libcfs/include/libcfs/Makefile.am
libcfs/include/libcfs/libcfs.h
libcfs/include/libcfs/libcfs_cpu.h
libcfs/include/libcfs/libcfs_prim.h
libcfs/include/libcfs/linux/linux-fs.h
libcfs/include/libcfs/linux/linux-mem.h
libcfs/include/libcfs/user-mem.h [deleted file]
libcfs/libcfs/Makefile.in
libcfs/libcfs/linux/Makefile.am
libcfs/libcfs/linux/linux-crypto.c
libcfs/libcfs/linux/linux-mem.c [deleted file]
libcfs/libcfs/tracefile.c
lnet/selftest/brw_test.c
lnet/utils/debug.c
lustre/llite/llite_mmap.c
lustre/llite/rw26.c
lustre/llite/vvp_io.c
lustre/mdc/mdc_request.c
lustre/obdclass/class_obd.c
lustre/obdecho/echo.c
lustre/obdecho/echo_client.c
lustre/osc/osc_cache.c
lustre/osc/osc_io.c
lustre/osc/osc_request.c
lustre/osd-ldiskfs/osd_io.c
lustre/osd-zfs/osd_io.c
lustre/ptlrpc/events.c
lustre/ptlrpc/nrs_orr.c
lustre/ptlrpc/sec_bulk.c
lustre/ptlrpc/sec_plain.c
lustre/target/tgt_handler.c
lustre/utils/lfs.c
lustre/utils/lhsmtool_posix.c
lustre/utils/llog_reader.c
lustre/utils/lustre_cfg.c
lustre/utils/mount_utils.c