From: Steven Whitehouse Date: Thu, 18 Oct 2007 10:15:50 +0000 (+0100) Subject: [GFS2] Use correct include file in ops_address.c X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=47e83b509127f5e83ae5d93afd5c7cb9241acc38;p=deliverable%2Flinux.git [GFS2] Use correct include file in ops_address.c Something changed in the upstream kernel, and it needs this one-liner to allow ops_address.c to build. Signed-off-by: Steven Whitehouse --- diff --git a/fs/gfs2/ops_address.c b/fs/gfs2/ops_address.c index ae782d2cbdec..7353933483bb 100644 --- a/fs/gfs2/ops_address.c +++ b/fs/gfs2/ops_address.c @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include #include "gfs2.h"