aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/ops_address.c
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2007-10-18 11:15:50 +0100
committerSteven Whitehouse <swhiteho@redhat.com>2008-01-25 08:07:32 +0000
commit47e83b509127f5e83ae5d93afd5c7cb9241acc38 (patch)
tree8f4412df56f8d65c355e553e7437035d2386b963 /fs/gfs2/ops_address.c
parentc41d4f09f13671f98ba4b82fdc94420cdc09be08 (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/ops_address.c')
-rw-r--r--fs/gfs2/ops_address.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/ops_address.c b/fs/gfs2/ops_address.c
index ae782d2cbde..7353933483b 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"