This patch selects option "STACKTRACE" if dm-thinp uses it. If we don't
select this option, it isn't included in the kernel and dm-thinp can't be
compiled.
config DM_BLOCK_STACK_TRACING
boolean "Keep a stack trace of all lock holders"
- depends on DM_BLOCK_LOCKING
+ depends on DM_BLOCK_LOCKING && STACKTRACE_SUPPORT
+ select STACKTRACE
---help---
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
09-12-2011, 01:51 PM
Joe Thornber
select STACKTRACE if using it
On Mon, Sep 12, 2011 at 07:05:31AM -0400, Mikulas Patocka wrote:
> dm-thinp: select STACKTRACE if using it
>
> This patch selects option "STACKTRACE" if dm-thinp uses it. If we don't
> select this option, it isn't included in the kernel and dm-thinp can't be
> compiled.
>
> Mikulas
>
> Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
thx
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel