mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] fs: ext4: make locally used ext4fs_get_indir_block() static
@ 2016-02-16 21:13 Antony Pavlov
  2016-02-17  8:10 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Antony Pavlov @ 2016-02-16 21:13 UTC (permalink / raw)
  To: Sascha Hauer; +Cc: barebox

The patch fixes this compiler's warning:

      CC      fs/ext4/ext4_common.o
    fs/ext4/ext4_common.c:130:5: warning: no previous prototype for
    'ext4fs_get_indir_block' [-Wmissing-prototypes]
     int ext4fs_get_indir_block(struct ext2fs_node *node, struct
    ext4fs_indir_block *indir, int blkno)
         ^

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
 fs/ext4/ext4_common.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/fs/ext4/ext4_common.c b/fs/ext4/ext4_common.c
index 590f54d..1ecbb8d 100644
--- a/fs/ext4/ext4_common.c
+++ b/fs/ext4/ext4_common.c
@@ -127,7 +127,8 @@ int ext4fs_read_inode(struct ext2_data *data, int ino, struct ext2_inode *inode)
 	return 0;
 }
 
-int ext4fs_get_indir_block(struct ext2fs_node *node, struct ext4fs_indir_block *indir, int blkno)
+static int ext4fs_get_indir_block(struct ext2fs_node *node,
+				struct ext4fs_indir_block *indir, int blkno)
 {
 	struct ext_filesystem *fs = node->data->fs;
 	int blksz;
-- 
2.7.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] fs: ext4: make locally used ext4fs_get_indir_block() static
  2016-02-16 21:13 [PATCH] fs: ext4: make locally used ext4fs_get_indir_block() static Antony Pavlov
@ 2016-02-17  8:10 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2016-02-17  8:10 UTC (permalink / raw)
  To: Antony Pavlov; +Cc: barebox

On Wed, Feb 17, 2016 at 12:13:59AM +0300, Antony Pavlov wrote:
> The patch fixes this compiler's warning:
> 
>       CC      fs/ext4/ext4_common.o
>     fs/ext4/ext4_common.c:130:5: warning: no previous prototype for
>     'ext4fs_get_indir_block' [-Wmissing-prototypes]
>      int ext4fs_get_indir_block(struct ext2fs_node *node, struct
>     ext4fs_indir_block *indir, int blkno)
>          ^
> 
> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
> ---
>  fs/ext4/ext4_common.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Applied, thanks

Sascha


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-17  8:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-16 21:13 [PATCH] fs: ext4: make locally used ext4fs_get_indir_block() static Antony Pavlov
2016-02-17  8:10 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox