Re: [PATCH] ext4: remove duplicated declarations in inode.c
From: Theodore Ts'o <tytso@mit.edu>
Date: 2012-08-19 22:10:07
From: Theodore Ts'o <tytso@mit.edu>
Date: 2012-08-19 22:10:07
On Wed, Jun 06, 2012 at 09:03:22PM +0800, gnehzuil.liu@gmail.com wrote:
From: Zheng Liu <redacted> in patch cb20d5188366f04d96d2e07b1240cc92170ade40, ext4_set_bh_endio and ext4_end_io_buffer_write are declared at the beginning of inode.c file. So we can remove duplicated declarations in this file. Signed-off-by: Zheng Liu <redacted>
Applied, applied. - Ted