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