David Bustos wrote: > Quoth David Bustos on Fri, Jan 04, 2008 at 04:27:57PM -0800: > >> Quoth Steve Peng on Tue, Dec 18, 2007 at 11:07:30AM -0700: >> >>> The incremental webrev which incorporate all the comments can be found >>> under the same location. The original webrev has been renamed to >>> 6351623-old for your reference. Again, send me any comment on those new >>> changes. >>> >> Good work so far. I found some devils in your details, though: >> > > Also, can the read()/write() loop that you wrote in > backend_switch_copy() be consolidated with the read()/write() loop in > backend_create_backup_locked()? >
Yep, good idea. A new common interface is created. Thanks Steve > David >