From: vitaly Date: Tue, 18 Nov 2008 21:39:56 +0000 (+0000) Subject: Branch b1_8_gate X-Git-Tag: v1_7_142~1^280 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=9e0c20d3ef82632a6c2a76c7d1f1bb383d48c6a5;p=fs%2Flustre-release.git Branch b1_8_gate b=16129 i=adilger i=green - a high priority request list is added into service; - once a lock is canceled, all the IO requests, including coming ones, under this lock, are moved into this list; - PING is also added into this list; - once a lock cancel timeout occurs, the timeout is prolonged if there is an IO rpc under this lock; - another request list is added into the export, used to speed up the rpc-lock matching. --- diff --git a/lnet/include/libcfs/libcfs.h b/lnet/include/libcfs/libcfs.h index c2d31bf..5db6433 100644 --- a/lnet/include/libcfs/libcfs.h +++ b/lnet/include/libcfs/libcfs.h @@ -310,6 +310,12 @@ do { \ return RETURN__ret; \ } while (0) +#define RETURN_EXIT \ +do { \ + EXIT_NESTING; \ + return; \ +} while (0) + #define ENTRY \ ENTRY_NESTING; \ do { \