* [PATCH] ext4: remove duplicated declarations in inode.c
@ 2012-06-06 13:03 gnehzuil.liu
2012-08-19 22:10 ` Theodore Ts'o
0 siblings, 1 reply; 2+ messages in thread
From: gnehzuil.liu @ 2012-06-06 13:03 UTC (permalink / raw)
To: linux-ext4; +Cc: Zheng Liu
From: Zheng Liu <wenqing.lz@taobao.com>
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 <wenqing.lz@taobao.com>
---
fs/ext4/inode.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
index 02bc8cb..dd0fa3c 100644
--- a/fs/ext4/inode.c
+++ b/fs/ext4/inode.c
@@ -1925,9 +1925,6 @@ out:
return ret;
}
-static int ext4_set_bh_endio(struct buffer_head *bh, struct inode *inode);
-static void ext4_end_io_buffer_write(struct buffer_head *bh, int uptodate);
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ext4: remove duplicated declarations in inode.c
2012-06-06 13:03 [PATCH] ext4: remove duplicated declarations in inode.c gnehzuil.liu
@ 2012-08-19 22:10 ` Theodore Ts'o
0 siblings, 0 replies; 2+ messages in thread
From: Theodore Ts'o @ 2012-08-19 22:10 UTC (permalink / raw)
To: gnehzuil.liu@gmail.com; +Cc: linux-ext4, Zheng Liu
On Wed, Jun 06, 2012 at 09:03:22PM +0800, gnehzuil.liu@gmail.com wrote:
> From: Zheng Liu <wenqing.lz@taobao.com>
>
> 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 <wenqing.lz@taobao.com>
Applied, applied.
- Ted
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-19 22:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-06 13:03 [PATCH] ext4: remove duplicated declarations in inode.c gnehzuil.liu
2012-08-19 22:10 ` Theodore Ts'o
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).