From 85824f4b577a1b89952816745dc524feada6563a Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 22 Jan 2015 12:11:18 -0500 Subject: buffer_head.h: add sb_bread_unmovable() for 3.18 ext4 backport Signed-off-by: Theodore Ts'o --- include/linux/buffer_head.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/linux/buffer_head.h b/include/linux/buffer_head.h index 6f1052361..e9ff23981 100644 --- a/include/linux/buffer_head.h +++ b/include/linux/buffer_head.h @@ -322,6 +322,12 @@ sb_bread_unmovable(struct super_block *sb, sector_t block) } #endif +static inline struct buffer_head * +sb_bread_unmovable(struct super_block *sb, sector_t block) +{ + return sb_bread(sb, block); +} + static inline void sb_breadahead(struct super_block *sb, sector_t block) { -- cgit v1.2.3