[Patch 1/1] chunkd: split up fs_list_objs

2009-12-27 Thread Pete Zaitcev
This way we create a set of methods that can be used by self-check to list existing objects. Signed-off-by: Pete Zaitcev zait...@redhat.com --- server/be-fs.c | 361 +- server/chunkd.h | 16 ++ 2 files changed, 244 insertions(+), 133 deletions(-)

Re: [Patch 1/1] chunkd: split up fs_list_objs

2009-12-27 Thread Jeff Garzik
On 12/27/2009 06:58 PM, Pete Zaitcev wrote: This way we create a set of methods that can be used by self-check to list existing objects. Signed-off-by: Pete Zaitcevzait...@redhat.com applied 1-2 quickly, since those were easy to review and apply. I need more time to think about and review