提交 efc1a9c2 编写于 作者: S Steven Whitehouse

GFS2: Remove unused macro

The buffer_in_io() macro has been unused for some time,
so remove it.
Signed-off-by: NSteven Whitehouse <swhiteho@redhat.com>
上级 29687a2a
......@@ -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__ */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册