From 5fdd6263fe4956369ee6041fc4e35d36a4e5605b Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 9 Feb 2005 19:50:22 +0000 Subject: [PATCH] b=5544 A checkin was made on 17 Jan to move lov_get_info from llite to obdclass. But here it is, still in llite, which is causing depmod to cry foul about recursive dependencies with the lov. --- lustre/llite/llite_lib.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index eb835fa..913f64a 100644 --- a/lustre/llite/llite_lib.c +++ b/lustre/llite/llite_lib.c @@ -1154,14 +1154,6 @@ int ll_statfs(struct super_block *sb, struct kstatfs *sfs) return 0; } -void dump_lsm(int level, struct lov_stripe_md *lsm) -{ - CDEBUG(level, "objid "LPX64", maxbytes "LPX64", magic 0x%08X, " - "stripe_size %u, stripe_count %u\n", - lsm->lsm_object_id, lsm->lsm_maxbytes, lsm->lsm_magic, - lsm->lsm_stripe_size, lsm->lsm_stripe_count); -} - void ll_update_inode(struct inode *inode, struct mds_body *body, struct lov_stripe_md *lsm) { -- 1.8.3.1