On Tue, Mar 29, 2016 at 06:10:37PM -0400, Ira Cooper wrote: > ira@ira-t430:/usr/include/xfs > [/dev/pts/1](1002/0)$ ag off64_t > linux.h > 145:typedef off64_t xfs_off_t; > > off64_t isn't there by default. off64_t requires _LARGEFILE64_SOURCE on Linux/glibc which still likes to make applications not handle large file offsets and inodes by default, something which 4.4BSD solved 20 years ago. We have no intent in supporting non-large file applications in xfsprogs, so I think the right thing is to ensure that your configure checks defines _LARGEFILE64_SOURCE. I'm pretty sure the applications actually already do that, and it's just the configure machinery that's lazy. -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html