mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
f66241cb99
This patch adds support for rados lock, unlock and break lock. Based heavily on code by Mike Christie <michaelc@cs.wisc.edu>. Signed-off-by: Douglas Fuller <dfuller@redhat.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Reviewed-by: Mike Christie <mchristi@redhat.com> Reviewed-by: Alex Elder <elder@linaro.org>
16 lines
393 B
Makefile
16 lines
393 B
Makefile
#
|
|
# Makefile for CEPH filesystem.
|
|
#
|
|
obj-$(CONFIG_CEPH_LIB) += libceph.o
|
|
|
|
libceph-y := ceph_common.o messenger.o msgpool.o buffer.o pagelist.o \
|
|
mon_client.o \
|
|
cls_lock_client.o \
|
|
osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \
|
|
debugfs.o \
|
|
auth.o auth_none.o \
|
|
crypto.o armor.o \
|
|
auth_x.o \
|
|
ceph_fs.o ceph_strings.o ceph_hash.o \
|
|
pagevec.o snapshot.o string_table.o
|
|
|