Hi, I did a git pull today and wanted to compile the kernel using a Debian Testing/Unstable .config, which you can find attached, and it fails to compile saying : fs/ocfs2/xattr.c: In function ‘ocfs2_xattr_bucket_find’: fs/ocfs2/xattr.c:2352: error: ‘OCFS2_BH_CACHED’ undeclared (first use in this function) fs/ocfs2/xattr.c:2352: error: (Each undeclared identifier is reported only once fs/ocfs2/xattr.c:2352: error: for each function it appears in.) fs/ocfs2/xattr.c: In function ‘ocfs2_iterate_xattr_buckets’: fs/ocfs2/xattr.c:2429: error: ‘OCFS2_BH_CACHED’ undeclared (first use in this function) fs/ocfs2/xattr.c: In function ‘ocfs2_xattr_update_xattr_search’: fs/ocfs2/xattr.c:2697: error: ‘OCFS2_BH_CACHED’ undeclared (first use in this function) fs/ocfs2/xattr.c: In function ‘ocfs2_defrag_xattr_bucket’: fs/ocfs2/xattr.c:2902: error: ‘OCFS2_BH_CACHED’ undeclared (first use in this function) fs/ocfs2/xattr.c: In function ‘ocfs2_read_xattr_bucket’: fs/ocfs2/xattr.c:3157: error: ‘OCFS2_BH_CACHED’ undeclared (first use in this function) fs/ocfs2/xattr.c: In function ‘ocfs2_xattr_set_entry_in_bucket’: fs/ocfs2/xattr.c:4104: error: ‘OCFS2_BH_CACHED’ undeclared (first use in this function) make[2]: *** [fs/ocfs2/xattr.o] Error 1 make[1]: *** [fs/ocfs2] Error 2 make: *** [fs] Error 2