Whamcloud - gitweb
LU-6245 libcfs: cleanup libcfs lock handling 93/13793/4
authorJames Simmons <uja.ornl@gmail.com>
Mon, 9 Mar 2015 20:53:41 +0000 (16:53 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 25 Mar 2015 23:59:08 +0000 (23:59 +0000)
commit7e95d67f81f1a1a2613809541f30ad4e06618df5
tree9459716faab56c06b096720bda98bfa4b283c68c
parentc740130066cf618f4fd31eae716affbb98ecf308
LU-6245 libcfs: cleanup libcfs lock handling

Previously with libcfs being built for user land and kernel
space wrappers were created to transparently handle locking.
Now that user land support has been removed we delete all
those locking wrappers with this patch.

Signed-off-by: James Simmons <uja.ornl@gmail.com>
Change-Id: Icbd9b5c0918cb01202439416b220b6f327144a91
Reviewed-on: http://review.whamcloud.com/13793
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: Andreas Dilger <andreas.dilger@intel.com>
15 files changed:
libcfs/include/libcfs/Makefile.am
libcfs/include/libcfs/libcfs.h
libcfs/include/libcfs/libcfs_private.h
libcfs/include/libcfs/linux/Makefile.am
libcfs/include/libcfs/linux/libcfs.h
libcfs/include/libcfs/linux/linux-lock.h [deleted file]
libcfs/include/libcfs/user-lock.h [deleted file]
libcfs/libcfs/fail.c
libcfs/libcfs/libcfs_lock.c
libcfs/libcfs/linux/linux-tracefile.c
libcfs/libcfs/module.c
libcfs/libcfs/tracefile.c
libcfs/libcfs/tracefile.h
lnet/lnet/acceptor.c
lustre/utils/lhsmtool_posix.c