From 21f5e18fdaa7aebe926d67a719834a8a596d4cdc Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 26 Feb 2009 19:13:54 +0000 Subject: [PATCH] - rename dmu osd module to dosd.ko --- lustre/dmu-osd/Makefile.in | 4 ++-- lustre/dmu-osd/osd_handler.c | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lustre/dmu-osd/Makefile.in b/lustre/dmu-osd/Makefile.in index 469b7d1..9c01c9a 100644 --- a/lustre/dmu-osd/Makefile.in +++ b/lustre/dmu-osd/Makefile.in @@ -1,5 +1,5 @@ -MODULES := osd -osd-objs := osd_handler.o udmu.o udmu_util.o +MODULES := dosd +dosd-objs := osd_handler.o udmu.o udmu_util.o EXTRA_PRE_CFLAGS := -I@ZFS_DIR@/module/zcommon/include -I@ZFS_DIR@/module/avl/include -I@ZFS_DIR@/module/nvpair/include -I@ZFS_DIR@/module/zfs/include -I@SPL_DIR@/include -I@SPL_DIR@ diff --git a/lustre/dmu-osd/osd_handler.c b/lustre/dmu-osd/osd_handler.c index 8090bf9..71783d2 100644 --- a/lustre/dmu-osd/osd_handler.c +++ b/lustre/dmu-osd/osd_handler.c @@ -2232,6 +2232,7 @@ static int osd_declare_write_commit(const struct lu_env *env, udmu_tx_hold_write(oh->ot_tx, udmu_object_get_id(obj->oo_db), lb->file_offset, lb->len); } + printk("%d bytes declared\n", l); udmu_tx_hold_bonus(oh->ot_tx, udmu_object_get_id(obj->oo_db)); -- 1.8.3.1