mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
de57606c23
We first define constants, types, and prototypes for the kernel client proper. A few subsystems are defined separately later: the MDS, OSD, and monitor clients, and the messaging layer. Signed-off-by: Sage Weil <sage@newdream.net>
7 lines
121 B
C
7 lines
121 B
C
#ifndef __CEPH_VERSION_H
|
|
#define __CEPH_VERSION_H
|
|
|
|
#define CEPH_GIT_VER 335cd8f952b457095ea2a66aee3db50efb63c91d
|
|
|
|
#endif
|