diff options
Diffstat (limited to 'fs/nilfs2/segbuf.c')
-rw-r--r-- | fs/nilfs2/segbuf.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fs/nilfs2/segbuf.c b/fs/nilfs2/segbuf.c index ab56fe44e377..636eaafd6ea2 100644 --- a/fs/nilfs2/segbuf.c +++ b/fs/nilfs2/segbuf.c | |||
@@ -32,7 +32,7 @@ | |||
32 | struct nilfs_write_info { | 32 | struct nilfs_write_info { |
33 | struct the_nilfs *nilfs; | 33 | struct the_nilfs *nilfs; |
34 | struct bio *bio; | 34 | struct bio *bio; |
35 | int start, end; /* The region to be submitted */ | 35 | int start, end; /* The region to be submitted */ |
36 | int rest_blocks; | 36 | int rest_blocks; |
37 | int max_pages; | 37 | int max_pages; |
38 | int nr_vecs; | 38 | int nr_vecs; |
@@ -174,7 +174,7 @@ int nilfs_segbuf_reset(struct nilfs_segment_buffer *segbuf, unsigned flags, | |||
174 | } | 174 | } |
175 | 175 | ||
176 | /* | 176 | /* |
177 | * Setup segument summary | 177 | * Setup segment summary |
178 | */ | 178 | */ |
179 | void nilfs_segbuf_fill_in_segsum(struct nilfs_segment_buffer *segbuf) | 179 | void nilfs_segbuf_fill_in_segsum(struct nilfs_segment_buffer *segbuf) |
180 | { | 180 | { |
@@ -470,8 +470,8 @@ static int nilfs_segbuf_submit_bh(struct nilfs_segment_buffer *segbuf, | |||
470 | * | 470 | * |
471 | * %-ENOMEM - Insufficient memory available. | 471 | * %-ENOMEM - Insufficient memory available. |
472 | */ | 472 | */ |
473 | int nilfs_segbuf_write(struct nilfs_segment_buffer *segbuf, | 473 | static int nilfs_segbuf_write(struct nilfs_segment_buffer *segbuf, |
474 | struct the_nilfs *nilfs) | 474 | struct the_nilfs *nilfs) |
475 | { | 475 | { |
476 | struct nilfs_write_info wi; | 476 | struct nilfs_write_info wi; |
477 | struct buffer_head *bh; | 477 | struct buffer_head *bh; |
@@ -514,7 +514,7 @@ int nilfs_segbuf_write(struct nilfs_segment_buffer *segbuf, | |||
514 | * | 514 | * |
515 | * %-EIO - I/O error | 515 | * %-EIO - I/O error |
516 | */ | 516 | */ |
517 | int nilfs_segbuf_wait(struct nilfs_segment_buffer *segbuf) | 517 | static int nilfs_segbuf_wait(struct nilfs_segment_buffer *segbuf) |
518 | { | 518 | { |
519 | int err = 0; | 519 | int err = 0; |
520 | 520 | ||