From 4b60a033ea92672bcc3693d87eca1b40d17b05a9 Mon Sep 17 00:00:00 2001 From: zab Date: Thu, 27 Feb 2003 21:27:57 +0000 Subject: [PATCH] - bring b_io up to b_devel --- lustre/extN/extN-san.diff | 2 +- lustre/include/liblustre.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lustre/extN/extN-san.diff b/lustre/extN/extN-san.diff index c961c3f..4d0f277 100644 --- a/lustre/extN/extN-san.diff +++ b/lustre/extN/extN-san.diff @@ -49,7 +49,7 @@ + handle_t *handle; + struct buffer_head bh_tmp; + int needed_blocks; -+ int i, ret, ret2; ++ int i, ret = 0, ret2; + + needed_blocks = extN_san_write_trans_blocks(nblocks); + diff --git a/lustre/include/liblustre.h b/lustre/include/liblustre.h index a27abb9..145d199 100644 --- a/lustre/include/liblustre.h +++ b/lustre/include/liblustre.h @@ -143,9 +143,11 @@ extern int init_obdclass(void); extern int ptlrpc_init(void); extern int ldlm_init(void); extern int osc_init(void); +extern int lov_init(void); extern int echo_client_init(void); + /* general stuff */ #define jiffies 0 -- 1.8.3.1