Initial refactoring of metadata logging.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 16 Nov 2007 06:29:19 +0000 (22:29 -0800)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Fri, 16 Nov 2007 06:29:19 +0000 (22:29 -0800)
commit6bb973b965a30832c3e2d9f6a24e80d3309ef89e
tree9443738e9bb7f468a96fb31618c5f2e0714adbf4
parent6c94114148c42e795b8abbef9532f399c24f3ed5
Initial refactoring of metadata logging.

Move the writing of entries in the metadata log to a separate class in a
separate file (MetadataWriter in metadata.cc).  This is the first step of
the changes, which moves the existing code but does not significantly
change it.  It is preparation for more significant changes to metadata
writing.
Makefile
metadata.cc [new file with mode: 0644]
metadata.h [new file with mode: 0644]
scandir.cc
statcache.cc
util.cc
util.h