mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 10:44:23 +08:00
f7f675406b
Since befs_bread merely calls sb_bread, replace it by sb_bread. Link: http://lkml.kernel.org/r/1466800258-4542-1-git-send-email-salah.triki@gmail.com Signed-off-by: Salah Triki <salah.triki@gmail.com> Acked-by: Luis de Bethencourt <luisbg@osg.samsung.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
8 lines
111 B
C
8 lines
111 B
C
/*
|
|
* io.h
|
|
*/
|
|
|
|
struct buffer_head *befs_bread_iaddr(struct super_block *sb,
|
|
befs_inode_addr iaddr);
|
|
|