projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29687a2
)
GFS2: Remove unused macro
author
Steven Whitehouse
<swhiteho@redhat.com>
Wed, 13 Apr 2011 12:03:34 +0000
(13:03 +0100)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Wed, 20 Apr 2011 08:00:24 +0000
(09:00 +0100)
The buffer_in_io() macro has been unused for some time,
so remove it.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/meta_io.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/gfs2/meta_io.h
b/fs/gfs2/meta_io.h
index 6a1d9ba164119aac5416cdf37c0b7c55690f6742..22c526593131327e8582cb02b9b467876d27f6c4 100644
(file)
--- 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__ */