]> git.proxmox.com Git - mirror_spl.git/commit
Set HAVE_FS_STRUCT_SPINLOCK correctly when CONFIG_FRAME_WARN==1024
authorTim Chase <tim@chase2k.com>
Mon, 23 Mar 2015 02:43:21 +0000 (21:43 -0500)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 24 Mar 2015 20:25:25 +0000 (13:25 -0700)
commitabb642b9a971e6c1a15816f9332da89eaebac9c1
treefb890a6cd4cb9e2b4a5dd031d052a1d1e70e2c63
parent79a0056e137c9cc540eb9ff7327c85ac8d094e6c
Set HAVE_FS_STRUCT_SPINLOCK correctly when CONFIG_FRAME_WARN==1024

If kernel lock debugging is enabled, the fs_struct structure exceeds the
typical 1024 byte limit of CONFIG_FRAME_WARN and isn't enabled when it
otherwise should be.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tim Chase <tim@chase2k.com>
Closes #440
config/spl-build.m4