On Mon, Feb 13, 2012 at 4:05 PM, Noah Watkins <[email protected]> wrote:
> Howdy,
>
> It looks like ceph_fs.h contains the mask flags (e.g. CEPH_SETATTR_MODE) used 
> in ceph_setattr, but I do not see these flags in any header installed from 
> .deb files (grep /usr/include/*).
>
> Am I missing a location? Should these flags be part of the installed headers?

You're right, those flags are only specified in ceph_fs.h. I don't
think it's appropriate to include that file in user-facing stuff as
it's mostly things that I'd consider to be Ceph internals, but the
CEPH_SETATTR_* stuff is obviously public since you need them for
ceph_setattr. My inclination would be to either move or duplicate them
into a header that's already installed, but I'm not sure which one is
best for that. Do you have any thoughts as a user? :)
-Greg
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to