Re: [PATCH 07/16] f2fs: add segment operations

2012-10-15 Thread NeilBrown
On Sat, 13 Oct 2012 00:12:53 +0900 Jaegeuk Kim wrote: > 2012-10-11 (목), 09:37 +1100, NeilBrown: > > On Fri, 05 Oct 2012 21:00:55 +0900 김재극 wrote: > > > > > +/** > > > + * Find a new segment from the free segments bitmap to right order > > > + * This function should be returned with success, oth

Re: [PATCH 07/16] f2fs: add segment operations

2012-10-12 Thread Jaegeuk Kim
2012-10-11 (목), 09:37 +1100, NeilBrown: > On Fri, 05 Oct 2012 21:00:55 +0900 김재극 wrote: > > > +/** > > + * Find a new segment from the free segments bitmap to right order > > + * This function should be returned with success, otherwise BUG > > + */ > > +static void get_new_segment(struct f2fs_sb_

Re: [PATCH 07/16] f2fs: add segment operations

2012-10-10 Thread NeilBrown
On Fri, 05 Oct 2012 21:00:55 +0900 김재극 wrote: > +/** > + * Find a new segment from the free segments bitmap to right order > + * This function should be returned with success, otherwise BUG > + */ > +static void get_new_segment(struct f2fs_sb_info *sbi, > + unsigned int *newse