Hoi,

Clearly some code has been backported to Nautilus, since My FreeBSD Nautilus builds fail
on:

gmake[2]: Leaving directory '/home/jenkins/workspace/ceph-nautilus/build'
/home/jenkins/workspace/ceph-nautilus/src/test/libcephfs/lazyio.cc:24:10: fatal error: 'sys/xattr.h' file not found
#include <sys/xattr.h>
         ^~~~~~~~~~~~~
gmake[2]: Entering directory '/home/jenkins/workspace/ceph-nautilus/build'

Something I have fixed in:
	https://github.com/ceph/ceph/pull/30505

And tracked in:
	https://tracker.ceph.com/issues/42448

So what do I need to do to get this fix backported as well?

Thanx,
--WjW