mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-06 08:06:56 +00:00
scoutfs: pull in OCFS2_LOCK_ID_MAX_LEN
We need this for the lockres name. It also turns out to be the only thing we need from fs/ocfs2/ocfs2_lockid.h. Signed-off-by: Mark Fasheh <mfasheh@versity.com>
This commit is contained in:
@@ -27,6 +27,9 @@
|
||||
#ifndef DLMGLUE_H
|
||||
#define DLMGLUE_H
|
||||
|
||||
/* Max length of lockid name */
|
||||
#define OCFS2_LOCK_ID_MAX_LEN 32
|
||||
|
||||
enum ocfs2_ast_action {
|
||||
OCFS2_AST_INVALID = 0,
|
||||
OCFS2_AST_ATTACH,
|
||||
|
||||
Reference in New Issue
Block a user