kernel-ark/fs/ceph/ceph_ver.h
Sage Weil de57606c23 ceph: client types
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>
2009-10-06 11:31:07 -07:00

7 lines
121 B
C

#ifndef __CEPH_VERSION_H
#define __CEPH_VERSION_H
#define CEPH_GIT_VER 335cd8f952b457095ea2a66aee3db50efb63c91d
#endif