ext4: remove duplicated declarations in inode.c
authorZheng Liu <wenqing.lz@taobao.com>
Sun, 19 Aug 2012 22:07:40 +0000 (18:07 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 19 Aug 2012 22:07:40 +0000 (18:07 -0400)
commit8a2f8460e816f4786939a0cefbda35af6bd1a1c5
tree7871866afe105ac465f78096017f42c6b8ae90a8
parent30cb27d661f5fdc582add0a9c297946a18ee4a4b
ext4: remove duplicated declarations in inode.c

In patch cb20d5188366f04d96d2e07b1240cc92170ade40, ext4_set_bh_endio
and ext4_end_io_buffer_write are declared at the beginning of inode.c,
and again later on in the middle of the file.  Remove the second set
of duplicated function declarations.

Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/inode.c