From 7a134d686079751cf7e530d90f8af6c669622ffe Mon Sep 17 00:00:00 2001 From: adilger Date: Mon, 31 May 2004 03:46:52 +0000 Subject: [PATCH] Land b1_4_smallfix onto b1_4 (20040530_1636) - resynchronize MDS->OST in background (b=2824) - fix rare problem with rename on htree directories (b=3417) - fix htree endianness (b=3275) - increase local configuration timeout for slow disks (b=3353) - fix automake problems - 2.6 update --- lustre/ptlrpc/ptlrpc_internal.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lustre/ptlrpc/ptlrpc_internal.h b/lustre/ptlrpc/ptlrpc_internal.h index 81f46dc..3fca883 100644 --- a/lustre/ptlrpc/ptlrpc_internal.h +++ b/lustre/ptlrpc/ptlrpc_internal.h @@ -32,8 +32,6 @@ struct obd_import; struct ldlm_res_id; struct ptlrpc_request_set; -void ptlrpc_daemonize(void); - void ptlrpc_request_handle_notconn(struct ptlrpc_request *); void lustre_assert_wire_constants(void); int ptlrpc_import_in_recovery(struct obd_import *imp); -- 1.8.3.1