aboutsummaryrefslogtreecommitdiffstats
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
parent[GFS2] Don't hold page lock when starting transaction (diff)
downloadlinux-dev-47e83b509127f5e83ae5d93afd5c7cb9241acc38.tar.xz
linux-dev-47e83b509127f5e83ae5d93afd5c7cb9241acc38.zip
[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 '')
-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 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"