The following is in include/inttypes.h

  #define __bitwise__

  typedef __u16 __bitwise__ __le16;
  typedef __u16 __bitwise__ __be16;
  ...

In linux, the same definition of __bitwise__ is used when not being
run through Sparse.

Is there any purpose in Ceph for _always_ removing those annotations,
as is done here?
--
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