Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit efc1a9c2 authored by Steven Whitehouse's avatar Steven Whitehouse
Browse files

GFS2: Remove unused macro



The buffer_in_io() macro has been unused for some time,
so remove it.

Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent 29687a2a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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__ */