Skip to content
Commit 1c2ea8a2 authored by David Howells's avatar David Howells
Browse files

SLOW_WORK: Fix GFS2 to #include <linux/module.h> before using THIS_MODULE



GFS2 has been altered to pass THIS_MODULE to slow_work_register_user(), but
hasn't been altered to #include <linux/module.h> to provide it, resulting in
the following error:

	fs/gfs2/recovery.c:596: error: 'THIS_MODULE' undeclared here (not in a function)

Add the missing #include.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 0109d7e6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment