Whamcloud - gitweb
LU-6245 libcfs: remove bitops wrappers for libcfs 99/13899/5
authorJames Simmons <uja.ornl@gmail.com>
Sat, 11 Apr 2015 14:47:56 +0000 (10:47 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 28 Apr 2015 05:17:40 +0000 (05:17 +0000)
commit9e9225acb37dc7e0ceb02c15e4597deab8f25e9a
tree27e812c444eac80e76e8f334cfa1dd1a0907e6b4
parentf6995cf04407dff15d6ca79ca44cfa97dc6eb014
LU-6245 libcfs: remove bitops wrappers for libcfs

The libcfs layer contains wrappers to provide bitop
wrappers to user land. Since libcfs is no longer
built for user land we can remove the wrappers. Also
remove user-crypto.h since it is not used at all.

Signed-off-by: James Simmons <uja.ornl@gmail.com>
Change-Id: I310cfc99d0cff3f527f656f4127e105883127338
Reviewed-on: http://review.whamcloud.com/13899
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: frank zago <fzago@cray.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
libcfs/include/libcfs/Makefile.am
libcfs/include/libcfs/bitmap.h
libcfs/include/libcfs/libcfs.h
libcfs/include/libcfs/user-bitops.h [deleted file]
libcfs/include/libcfs/user-crypto.h [deleted file]
lustre/utils/llog_reader.c