]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
ceph: move file layout helpers to ceph_fs.h
authorAlex Elder <elder@dreamhost.com>
Thu, 8 Mar 2012 22:51:28 +0000 (16:51 -0600)
committerAlex Elder <elder@dreamhost.com>
Mon, 9 Apr 2012 15:15:16 +0000 (10:15 -0500)
commit4d697ff87f8628d9207b62d0338d3593cdf523c8
treeed2e56cf5ba32f0deaf5e4e1c8b26d2a9c87dc0e
parentcd9d9f5df6098c50726200d4185e9e8da32785b3
ceph: move file layout helpers to ceph_fs.h

The helper macros for accessing fields from struct ceph_file_layout
(which is defined in "include/linux/ceph/ceph_fs.h") are defined
instead in "include/linux/ceph/osdmap.h".

Move them, so they are defined in the same place as the structure
they apply to.

Signed-off-by: Alex Elder <elder@dreamhost.com>
include/linux/ceph/ceph_fs.h
include/linux/ceph/osdmap.h