aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2011-04-13 13:03:34 +0100
committerSteven Whitehouse <swhiteho@redhat.com>2011-04-20 09:00:24 +0100
commitefc1a9c2a70e4e49f4cf179a7ed8064b7a406e4a (patch)
tree2a80ecaa8759ff529c84fb4191dd035270f3dae9 /fs/gfs2
parent29687a2ac8dfcd5363e515ea715ec226aef8c26b (diff)
downloadkernel_samsung_smdk4412-efc1a9c2a70e4e49f4cf179a7ed8064b7a406e4a.zip
kernel_samsung_smdk4412-efc1a9c2a70e4e49f4cf179a7ed8064b7a406e4a.tar.gz
kernel_samsung_smdk4412-efc1a9c2a70e4e49f4cf179a7ed8064b7a406e4a.tar.bz2
GFS2: Remove unused macro
The buffer_in_io() macro has been unused for some time, so remove it. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2')
-rw-r--r--fs/gfs2/meta_io.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/gfs2/meta_io.h b/fs/gfs2/meta_io.h
index 6a1d9ba..22c5265 100644
--- a/fs/gfs2/meta_io.h
+++ b/fs/gfs2/meta_io.h
@@ -77,8 +77,6 @@ struct buffer_head *gfs2_meta_ra(struct gfs2_glock *gl, u64 dblock, u32 extlen);
#define buffer_busy(bh) \
((bh)->b_state & ((1ul << BH_Dirty) | (1ul << BH_Lock) | (1ul << BH_Pinned)))
-#define buffer_in_io(bh) \
-((bh)->b_state & ((1ul << BH_Dirty) | (1ul << BH_Lock)))
#endif /* __DIO_DOT_H__ */