Merge tag 'pci-v5.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[linux-2.6-microblaze.git] / fs / dlm / requestqueue.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /******************************************************************************
3 *******************************************************************************
4 **
5 **  Copyright (C) 2005-2007 Red Hat, Inc.  All rights reserved.
6 **
7 **
8 *******************************************************************************
9 ******************************************************************************/
10
11 #ifndef __REQUESTQUEUE_DOT_H__
12 #define __REQUESTQUEUE_DOT_H__
13
14 void dlm_add_requestqueue(struct dlm_ls *ls, int nodeid, struct dlm_message *ms);
15 int dlm_process_requestqueue(struct dlm_ls *ls);
16 void dlm_wait_requestqueue(struct dlm_ls *ls);
17 void dlm_purge_requestqueue(struct dlm_ls *ls);
18
19 #endif
20