[PVFS-developers] Difference between metaio.c and dmetaio.c

Rob Ross rross@mcs.anl.gov
Fri, 22 Aug 2003 16:53:00 -0500 (CDT)


Hi Don,

The d* calls are for dealing with metadata of directories, while the m* 
calls are for dealing with metadata of files.

As an aside, USE_NEW_META_FORMAT is never defined (and that code could 
reasonably be removed to clean things up).

Rob

On Fri, 22 Aug 2003, Porter Don wrote:

> I have been looking through the source code for pvfs and these two files
> seem to be quite similar and I was wondering what the purpose for each was?
> Any insights would be quite helpful.