From 583a35d23a97f44c1a84a862e600edb161ce4199 Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 29 Sep 2005 23:22:27 +0000 Subject: [PATCH] Branch b1_4 Remove left-over function (replaced by ldlm_glimpse_ast() in latest patch). b=7311 --- lustre/ost/ost_handler.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lustre/ost/ost_handler.c b/lustre/ost/ost_handler.c index 09e00e6..6ab36626 100644 --- a/lustre/ost/ost_handler.c +++ b/lustre/ost/ost_handler.c @@ -457,12 +457,6 @@ static int ost_blocking_ast(struct ldlm_lock *lock, struct ldlm_lock_desc *desc, RETURN(0); } -/* ->l_glimpse_ast() for DLM extent locks acquired on the server-side. */ -static int ost_glimpse_ast(struct ldlm_lock *lock, void *reqp) -{ - return -ELDLM_NO_LOCK_DATA; -} - static int ost_brw_lock_get(int mode, struct obd_export *exp, struct obd_ioobj *obj, struct niobuf_remote *nb, struct lustre_handle *lh) -- 1.8.3.1