Fix: Use fs_initcall instead of rootfs_initcall
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 28 Jul 2016 16:12:11 +0000 (12:12 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 28 Jul 2016 20:51:27 +0000 (16:51 -0400)
commit9f938ffaa7602896350537150aba93dfa16e811d
treec1e79e7a1120d9b8daae6aeea58595fdbc729d93
parentc4bdb69312f84695ac68826cb5ff60aee03de001
Fix: Use fs_initcall instead of rootfs_initcall

The rootfs_initcall for drivers built as modules was only introduced in
kernel 3.14 by commit b46d0c46ccaa366a5bb8ac709fdf2bcaa76221fd. Use
fs_initcall instead which comes just before and exists in older kernels.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/clock-plugin/lttng-clock-plugin-test.c
This page took 0.024955 seconds and 4 git commands to generate.