aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/buffer_head.h6
1 files changed, 6 insertions, 0 deletions
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)
{