Page 1 of 1

btrfs compile error on 3.1.1

PostPosted: Thu Nov 17, 2011 1:34 pm
by moseleymark
On the latest patch, grsecurity-2.2.2-3.1.1-201111170037.patch, I get this during compile:

fs/btrfs/inode.c: In function ‘get_btrfs_dev_from_inode’:
fs/btrfs/inode.c:6941: error: ‘struct btrfs_root’ has no member named ‘anon_super’
make[2]: *** [fs/btrfs/inode.o] Error 1
make[1]: *** [fs/btrfs] Error 2
make: *** [fs] Error 2

Ironically, I wouldn't even have btrfs enabled but I was rolling it for a box I was going to mess with Ceph on.

Re: btrfs compile error on 3.1.1

PostPosted: Thu Nov 17, 2011 10:15 pm
by spender
It's fixed in the latest patch.

-Brad

Re: btrfs compile error on 3.1.1

PostPosted: Fri Nov 18, 2011 1:14 pm
by moseleymark
Yup, looks good. Compiles fine and boots fine. Thanks!