aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/include/md_object.h
diff options
context:
space:
mode:
authorOleg Drokin <green@linuxhacker.ru>2014-08-28 14:54:20 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-08-30 12:11:41 -0700
commitbb21ed15439e47be7998e3bbe7a581eb82ed45c8 (patch)
treebb3ffa66f3e7de96e5c704bced5993b177c6f228 /drivers/staging/lustre/lustre/include/md_object.h
parentstaging: lustre: mgc: expand the GOTO macro (diff)
downloadlinux-dev-bb21ed15439e47be7998e3bbe7a581eb82ed45c8.tar.xz
linux-dev-bb21ed15439e47be7998e3bbe7a581eb82ed45c8.zip
staging/lustre/obdclass: remove unused file md_attrs.c
It's only used by server side luster for on-disk structure swabbing. And also remove forward declarations for its functions from md_object.h and lustre_idl.h Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/include/md_object.h')
-rw-r--r--drivers/staging/lustre/lustre/include/md_object.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/lustre/lustre/include/md_object.h b/drivers/staging/lustre/lustre/include/md_object.h
index bd5f6186bf31..454a230c5609 100644
--- a/drivers/staging/lustre/lustre/include/md_object.h
+++ b/drivers/staging/lustre/lustre/include/md_object.h
@@ -854,10 +854,6 @@ struct lu_local_obj_desc {
struct list_head llod_linkage;
};
-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);
-
struct lu_ucred {
__u32 uc_valid;
__u32 uc_o_uid;