162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * ocfs2_lockingver.h 462306a36Sopenharmony_ci * 562306a36Sopenharmony_ci * Defines OCFS2 Locking version values. 662306a36Sopenharmony_ci * 762306a36Sopenharmony_ci * Copyright (C) 2008 Oracle. All rights reserved. 862306a36Sopenharmony_ci */ 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ci#ifndef OCFS2_LOCKINGVER_H 1162306a36Sopenharmony_ci#define OCFS2_LOCKINGVER_H 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci/* 1462306a36Sopenharmony_ci * The protocol version for ocfs2 cluster locking. See dlmglue.c for 1562306a36Sopenharmony_ci * more details. 1662306a36Sopenharmony_ci * 1762306a36Sopenharmony_ci * 1.0 - Initial locking version from ocfs2 1.4. 1862306a36Sopenharmony_ci */ 1962306a36Sopenharmony_ci#define OCFS2_LOCKING_PROTOCOL_MAJOR 1 2062306a36Sopenharmony_ci#define OCFS2_LOCKING_PROTOCOL_MINOR 0 2162306a36Sopenharmony_ci 2262306a36Sopenharmony_ci#endif /* OCFS2_LOCKINGVER_H */ 23