Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * ocfs2_lockingver.h
0004  *
0005  * Defines OCFS2 Locking version values.
0006  *
0007  * Copyright (C) 2008 Oracle.  All rights reserved.
0008  */
0009 
0010 #ifndef OCFS2_LOCKINGVER_H
0011 #define OCFS2_LOCKINGVER_H
0012 
0013 /*
0014  * The protocol version for ocfs2 cluster locking.  See dlmglue.c for
0015  * more details.
0016  *
0017  * 1.0 - Initial locking version from ocfs2 1.4.
0018  */
0019 #define OCFS2_LOCKING_PROTOCOL_MAJOR 1
0020 #define OCFS2_LOCKING_PROTOCOL_MINOR 0
0021 
0022 #endif  /* OCFS2_LOCKINGVER_H */