ceph: client types
authorSage Weil <sage@newdream.net>
Tue, 6 Oct 2009 18:31:07 +0000 (11:31 -0700)
committerSage Weil <sage@newdream.net>
Tue, 6 Oct 2009 18:31:07 +0000 (11:31 -0700)
commitde57606c23afded22202825b3db8a5d61859f198
tree87ca160cf9655161dbd3c42b1bdc23c4b5584e1d
parent0dee3c28af2fbe22ca62739a7f57da5435d35793
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>
fs/ceph/ceph_debug.h [new file with mode: 0644]
fs/ceph/ceph_frag.c [new file with mode: 0644]
fs/ceph/ceph_frag.h [new file with mode: 0644]
fs/ceph/ceph_ver.h [new file with mode: 0644]
fs/ceph/super.h [new file with mode: 0644]
fs/ceph/types.h [new file with mode: 0644]