mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 18:19:28 +09:00
staging/lustre/obdclass: remove llog_osd.c
llog_osd_ops is not used so remove it and its supporting methods. Signed-off-by: John L. Hammond <john.hammond@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
62b81e415e
commit
c77bcdb515
@@ -313,15 +313,6 @@ struct llog_handle {
|
||||
atomic_t lgh_refcount;
|
||||
};
|
||||
|
||||
/* llog_osd.c */
|
||||
extern struct llog_operations llog_osd_ops;
|
||||
int llog_osd_get_cat_list(const struct lu_env *env, struct dt_device *d,
|
||||
int idx, int count,
|
||||
struct llog_catid *idarray);
|
||||
int llog_osd_put_cat_list(const struct lu_env *env, struct dt_device *d,
|
||||
int idx, int count,
|
||||
struct llog_catid *idarray);
|
||||
|
||||
#define LLOG_CTXT_FLAG_UNINITIALIZED 0x00000001
|
||||
#define LLOG_CTXT_FLAG_STOP 0x00000002
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ obj-$(CONFIG_LUSTRE_FS) += obdclass.o
|
||||
obdclass-y := linux/linux-module.o linux/linux-obdo.o linux/linux-sysctl.o \
|
||||
llog.o llog_cat.o llog_obd.o llog_swab.o class_obd.o debug.o \
|
||||
genops.o uuid.o llog_ioctl.o lprocfs_status.o \
|
||||
lustre_handles.o lustre_peer.o llog_osd.o \
|
||||
lustre_handles.o lustre_peer.o \
|
||||
local_storage.o statfs_pack.o obdo.o obd_config.o obd_mount.o\
|
||||
lu_object.o dt_object.o capa.o cl_object.o \
|
||||
cl_page.o cl_lock.o cl_io.o lu_ref.o acl.o
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user