summaryrefslogtreecommitdiffstats
path: root/fs/befs/io.h
diff options
context:
space:
mode:
authorSalah Triki <salah.triki@gmail.com>2016-07-23 22:36:42 +1000
committerLuis de Bethencourt <luisbg@osg.samsung.com>2016-10-08 10:01:12 +0100
commitf7f675406be6eb3736a8690217d7b41d60f6a1aa (patch)
tree705249484cabc9add57f29ca27c92627d8af0001 /fs/befs/io.h
parentf0f2536fe36671028209e0bd15a2940f2b61cdb5 (diff)
downloadlinux-f7f675406be6eb3736a8690217d7b41d60f6a1aa.tar.gz
linux-f7f675406be6eb3736a8690217d7b41d60f6a1aa.tar.bz2
linux-f7f675406be6eb3736a8690217d7b41d60f6a1aa.zip
fs: befs: replace befs_bread by sb_bread
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>
Diffstat (limited to 'fs/befs/io.h')
-rw-r--r--fs/befs/io.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/befs/io.h b/fs/befs/io.h
index 9b78266b6aa5..78d7bc6e60de 100644
--- a/fs/befs/io.h
+++ b/fs/befs/io.h
@@ -5,5 +5,3 @@
struct buffer_head *befs_bread_iaddr(struct super_block *sb,
befs_inode_addr iaddr);
-struct buffer_head *befs_bread(struct super_block *sb, befs_blocknr_t block);
-