Re: dtc: Make dt_from_blob() open its own file

2008-03-03 Thread David Gibson
On Tue, Mar 04, 2008 at 04:10:39PM +1100, David Gibson wrote: > dt_from_source() and dt_from_fs() both take a filename (or directory > name) argument and open files as necessary themselves. > dt_from_blob(), however, expects the caller to open a file and pass it > in. > > This patch makes dt_from_

dtc: Make dt_from_blob() open its own file

2008-03-03 Thread David Gibson
dt_from_source() and dt_from_fs() both take a filename (or directory name) argument and open files as necessary themselves. dt_from_blob(), however, expects the caller to open a file and pass it in. This patch makes dt_from_blob() take a filename and open its own files, removing the inconsistency.