diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2007-10-18 11:15:50 +0100 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2008-01-25 08:07:32 +0000 |
commit | 47e83b509127f5e83ae5d93afd5c7cb9241acc38 (patch) | |
tree | 8f4412df56f8d65c355e553e7437035d2386b963 /fs/gfs2 | |
parent | c41d4f09f13671f98ba4b82fdc94420cdc09be08 (diff) |
[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 <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2')
-rw-r--r-- | fs/gfs2/ops_address.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <linux/swap.h> #include <linux/gfs2_ondisk.h> #include <linux/lm_interface.h> -#include <linux/swap.h> +#include <linux/backing-dev.h> #include <linux/pagevec.h> #include "gfs2.h" |