diff options
| author | Patrick McHardy <kaber@trash.net> | 2010-04-20 10:02:01 -0400 | 
|---|---|---|
| committer | Patrick McHardy <kaber@trash.net> | 2010-04-20 10:02:01 -0400 | 
| commit | 62910554656cdcd6b6f84a5154c4155aae4ca231 (patch) | |
| tree | dcf14004f6fd2ef7154362ff948bfeba0f3ea92d /fs/nilfs2/segment.c | |
| parent | 22265a5c3c103cf8c50be62e6c90d045eb649e6d (diff) | |
| parent | ab9304717f7624c41927f442e6b6d418b2d8b3e4 (diff) | |
Merge branch 'master' of /repos/git/net-next-2.6
Conflicts:
	Documentation/feature-removal-schedule.txt
	net/ipv6/netfilter/ip6t_REJECT.c
	net/netfilter/xt_limit.c
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'fs/nilfs2/segment.c')
| -rw-r--r-- | fs/nilfs2/segment.c | 16 | 
1 files changed, 8 insertions, 8 deletions
| diff --git a/fs/nilfs2/segment.c b/fs/nilfs2/segment.c index 69576a95e13f..6a7dbd8451db 100644 --- a/fs/nilfs2/segment.c +++ b/fs/nilfs2/segment.c | |||
| @@ -32,6 +32,7 @@ | |||
| 32 | #include <linux/kthread.h> | 32 | #include <linux/kthread.h> | 
| 33 | #include <linux/crc32.h> | 33 | #include <linux/crc32.h> | 
| 34 | #include <linux/pagevec.h> | 34 | #include <linux/pagevec.h> | 
| 35 | #include <linux/slab.h> | ||
| 35 | #include "nilfs.h" | 36 | #include "nilfs.h" | 
| 36 | #include "btnode.h" | 37 | #include "btnode.h" | 
| 37 | #include "page.h" | 38 | #include "page.h" | 
| @@ -1510,6 +1511,12 @@ static int nilfs_segctor_collect(struct nilfs_sc_info *sci, | |||
| 1510 | if (mode != SC_LSEG_SR || sci->sc_stage.scnt < NILFS_ST_CPFILE) | 1511 | if (mode != SC_LSEG_SR || sci->sc_stage.scnt < NILFS_ST_CPFILE) | 
| 1511 | break; | 1512 | break; | 
| 1512 | 1513 | ||
| 1514 | nilfs_clear_logs(&sci->sc_segbufs); | ||
| 1515 | |||
| 1516 | err = nilfs_segctor_extend_segments(sci, nilfs, nadd); | ||
| 1517 | if (unlikely(err)) | ||
| 1518 | return err; | ||
| 1519 | |||
| 1513 | if (sci->sc_stage.flags & NILFS_CF_SUFREED) { | 1520 | if (sci->sc_stage.flags & NILFS_CF_SUFREED) { | 
| 1514 | err = nilfs_sufile_cancel_freev(nilfs->ns_sufile, | 1521 | err = nilfs_sufile_cancel_freev(nilfs->ns_sufile, | 
| 1515 | sci->sc_freesegs, | 1522 | sci->sc_freesegs, | 
| @@ -1517,12 +1524,6 @@ static int nilfs_segctor_collect(struct nilfs_sc_info *sci, | |||
| 1517 | NULL); | 1524 | NULL); | 
| 1518 | WARN_ON(err); /* do not happen */ | 1525 | WARN_ON(err); /* do not happen */ | 
| 1519 | } | 1526 | } | 
| 1520 | nilfs_clear_logs(&sci->sc_segbufs); | ||
| 1521 | |||
| 1522 | err = nilfs_segctor_extend_segments(sci, nilfs, nadd); | ||
| 1523 | if (unlikely(err)) | ||
| 1524 | return err; | ||
| 1525 | |||
| 1526 | nadd = min_t(int, nadd << 1, SC_MAX_SEGDELTA); | 1527 | nadd = min_t(int, nadd << 1, SC_MAX_SEGDELTA); | 
| 1527 | sci->sc_stage = prev_stage; | 1528 | sci->sc_stage = prev_stage; | 
| 1528 | } | 1529 | } | 
| @@ -1897,8 +1898,7 @@ static void nilfs_segctor_abort_construction(struct nilfs_sc_info *sci, | |||
| 1897 | 1898 | ||
| 1898 | list_splice_tail_init(&sci->sc_write_logs, &logs); | 1899 | list_splice_tail_init(&sci->sc_write_logs, &logs); | 
| 1899 | ret = nilfs_wait_on_logs(&logs); | 1900 | ret = nilfs_wait_on_logs(&logs); | 
| 1900 | if (ret) | 1901 | nilfs_abort_logs(&logs, NULL, sci->sc_super_root, ret ? : err); | 
| 1901 | nilfs_abort_logs(&logs, NULL, sci->sc_super_root, ret); | ||
| 1902 | 1902 | ||
| 1903 | list_splice_tail_init(&sci->sc_segbufs, &logs); | 1903 | list_splice_tail_init(&sci->sc_segbufs, &logs); | 
| 1904 | nilfs_cancel_segusage(&logs, nilfs->ns_sufile); | 1904 | nilfs_cancel_segusage(&logs, nilfs->ns_sufile); | 
