Commit 498dde79 authored by Mikhail Pershin's avatar Mikhail Pershin Committed by Greg Kroah-Hartman

staging/lustre/obdclass: remove obsoleted md_local_file.c

This library is not used anymore and is replaced by
local_storage.c. Patch removed last remnants of it.

Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-2886
Lustre-change: http://review.whamcloud.com/6107Signed-off-by: default avatarMikhail Pershin <mike.pershin@intel.com>
Reviewed-by: default avatarFan Yong <fan.yong@intel.com>
Reviewed-by: default avatarAndreas Dilger <andreas.dilger@intel.com>
Reviewed-by: default avatarAlex Zhuravlev <alexey.zhuravlev@intel.com>
Signed-off-by: default avatarPeng Tao <tao.peng@emc.com>
Signed-off-by: default avatarAndreas Dilger <andreas.dilger@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent cad6fafa
......@@ -859,44 +859,6 @@ struct lu_local_obj_desc {
struct list_head llod_linkage;
};
struct md_object *llo_store_resolve(const struct lu_env *env,
struct md_device *md,
struct dt_device *dt,
const char *path,
struct lu_fid *fid);
struct md_object *llo_store_open(const struct lu_env *env,
struct md_device *md,
struct dt_device *dt,
const char *dirname,
const char *objname,
struct lu_fid *fid);
struct md_object *llo_store_create_index(const struct lu_env *env,
struct md_device *md,
struct dt_device *dt,
const char *dirname,
const char *objname,
const struct lu_fid *fid,
const struct dt_index_features *feat);
struct md_object *llo_store_create(const struct lu_env *env,
struct md_device *md,
struct dt_device *dt,
const char *dirname,
const char *objname,
const struct lu_fid *fid);
void llo_local_obj_register(struct lu_local_obj_desc *);
void llo_local_obj_unregister(struct lu_local_obj_desc *);
int llo_local_objects_setup(const struct lu_env *env,
struct md_device * md,
struct dt_device * dt);
int llo_global_init(void);
void llo_global_fini(void);
int lustre_buf2som(void *buf, int rc, struct md_som_data *msd);
int lustre_buf2hsm(void *buf, int rc, struct md_hsm *mh);
void lustre_hsm2buf(void *buf, struct md_hsm *mh);
......
......@@ -7,7 +7,7 @@ obdclass-y := linux/linux-module.o linux/linux-obdo.o linux/linux-sysctl.o \
local_storage.o statfs_pack.o obdo.o obd_config.o obd_mount.o\
mea.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 idmap.o \
md_local_object.o lu_ucred.o
lu_ucred.o
ccflags-y := -I$(src)/../include
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment