]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3c422f00c47faa24cdcfed7067586f331e937429
tree7871866afe105ac465f78096017f42c6b8ae90a8
parent5a9570076e8c3947df69a50e15f0884d6be5ec27
ext4: remove duplicated declarations in inode.c

In patch b449ac27277a7652f41f4fa9a6ca7bf755d8651a, 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