X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fportals%2Fportals%2Fapi-eq.c;h=03060435293a15043ec16af0d730079495ba779b;hp=390156a3be065ca80d80ca2bb53e3e7b23917dbc;hb=2dc9c16e770415d56839e1996015fec5fab93f29;hpb=57e6d88a8a8d858e2d74aeefba4c764ad08cf86d diff --git a/lustre/portals/portals/api-eq.c b/lustre/portals/portals/api-eq.c index 390156a..0306043 100644 --- a/lustre/portals/portals/api-eq.c +++ b/lustre/portals/portals/api-eq.c @@ -23,30 +23,9 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#define DEBUG_SUBSYSTEM S_PORTALS #include -int ptl_eq_init(void) -{ - /* Nothing to do anymore... */ - return PTL_OK; -} - -void ptl_eq_fini(void) -{ - /* Nothing to do anymore... */ -} - -int ptl_eq_ni_init(nal_t * nal) -{ - /* Nothing to do anymore... */ - return PTL_OK; -} - -void ptl_eq_ni_fini(nal_t * nal) -{ - /* Nothing to do anymore... */ -} - int ptl_get_event (ptl_eq_t *eq, ptl_event_t *ev) { int new_index = eq->sequence & (eq->size - 1);