From b8a08061a6d457210ac164dbe2db92f3553f6ab3 Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 12 Dec 2006 12:34:44 +0000 Subject: [PATCH] remove unused constants. --- lustre/osd/osd_oi.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/lustre/osd/osd_oi.c b/lustre/osd/osd_oi.c index d4bb09c..96e5e74 100644 --- a/lustre/osd/osd_oi.c +++ b/lustre/osd/osd_oi.c @@ -60,8 +60,8 @@ #include "dt_object.h" struct oi_descr { - int fid_size; - char *name; + int fid_size; + char *name; }; static const struct oi_descr oi_descr[OSD_OI_FID_NR] = { @@ -156,11 +156,6 @@ static const struct dt_key *oi_fid_key(struct osd_thread_info *info, return NULL; } -enum { - OI_TXN_INSERT_CREDITS = 20, - OI_TXN_DELETE_CREDITS = 20 -}; - int osd_oi_lookup(struct osd_thread_info *info, struct osd_oi *oi, const struct lu_fid *fid, struct osd_inode_id *id) { -- 1.8.3.1