projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30cb27d
)
ext4: remove duplicated declarations in inode.c
author
Zheng Liu
<
[email protected]
>
Sun, 19 Aug 2012 22:07:40 +0000
(18:07 -0400)
committer
Theodore Ts'o
<
[email protected]
>
Sun, 19 Aug 2012 22:07:40 +0000
(18:07 -0400)
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 <
[email protected]
>
Signed-off-by: "Theodore Ts'o" <
[email protected]
>
fs/ext4/inode.c
patch
|
blob
|
history
diff --git
a/fs/ext4/inode.c
b/fs/ext4/inode.c
index 6324f74e03424e9ac21ceb01f6fbee07caa546df..b4effbda7a966b3fb8f0e0c7fa796402e7e95673 100644
(file)
--- a/
fs/ext4/inode.c
+++ b/
fs/ext4/inode.c
@@
-1954,9
+1954,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);
-
/*
* Note that we don't need to start a transaction unless we're journaling data
* because we should have holes filled from ext4_page_mkwrite(). We even don't