mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 23:39:18 +00: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
|