]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Linux 3.13 compat: Handle __must_check bdi_setup_and_register
authorRichard Yao <ryao@gentoo.org>
Fri, 21 Mar 2014 15:10:36 +0000 (11:10 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 24 Mar 2014 18:10:06 +0000 (11:10 -0700)
commit1de1488fdc0b0f54e7ac05fadae1902df104cba3
treef12dc2853ebb244997a9e07904b702b38edd6df3
parent6b6b8d10418bc0679cecac7885a1e6d6ba4967a1
Linux 3.13 compat: Handle __must_check bdi_setup_and_register

torvalds/linux@8077c0d983ab276ec5f2700df56a64d671781905 added a
__must_check to the bdi_setup_and_register(), which caused our autotools
check to break. zfsonlinux/zfs@729210564a5325e190fc4fba22bf17bacf957ace
was intended to correct that, but it depended on -Wno-unused-result,
which is unrecognized in older GCC versions. That commit has been
reverted in favor of a solution that does not require
-Wno-unused-result.

Signed-off-by: Richard Yao <ryao@gentoo.org>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #2102
Closes #2135
config/kernel-bdi-setup-and-register.m4