]> granicus.if.org Git - zfs/commit
Linux 4.1 compat: configure bdi_setup_and_register()
authorChris Dunlop <chris@onthe.net.au>
Sun, 9 Aug 2015 12:38:18 +0000 (22:38 +1000)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 18 Aug 2015 23:43:04 +0000 (16:43 -0700)
commit302f31ffc7586de8537e5570e7a77c839f09ad75
treebc8a31bff6778099d51332f6c14fd4e26c9bb000
parent6bec4351f5877f3f20dc9d7730aba7b1df983ecd
Linux 4.1 compat: configure bdi_setup_and_register()

Pull struct backing_dev_info off the stack: by linux-4.1 it's grown
past our 1024 byte stack frame warning limit resulting in an incorrect
configure result.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Chris Dunlop <chris@onthe.net.au>
Closes #3671
config/kernel-bdi-setup-and-register.m4