Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-2
-2
fs/gfs2/meta_io.h
··· 77 77 78 78 #define buffer_busy(bh) \ 79 79 ((bh)->b_state & ((1ul << BH_Dirty) | (1ul << BH_Lock) | (1ul << BH_Pinned))) 80 - #define buffer_in_io(bh) \ 81 - ((bh)->b_state & ((1ul << BH_Dirty) | (1ul << BH_Lock))) 82 80 83 81 #endif /* __DIO_DOT_H__ */ 84 82