Home
last modified time | relevance | path

Searched hist:"1 c2ea8a2c0b71cc5e07f518370d458d692c9b21a" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/gfs2/
H A Drecovery.cdiff 1c2ea8a2c0b71cc5e07f518370d458d692c9b21a Fri Nov 20 15:50:40 CST 2009 David Howells <dhowells@redhat.com> 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: David Howells <dhowells@redhat.com>