From: Zheng Liu Date: Sun, 19 Aug 2012 22:07:40 +0000 (-0400) Subject: ext4: remove duplicated declarations in inode.c X-Git-Tag: v3.7-rc1~91^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a2f8460e816f4786939a0cefbda35af6bd1a1c5;p=pandora-kernel.git 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 Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed