merge changes from about dealing with read only volumes.

97482255d5.diff
This commit is contained in:
Chris Lu
2013-04-14 19:30:26 -07:00
parent 4d8ce2fe26
commit a4369b35a7
5 changed files with 47 additions and 14 deletions

View File

@@ -10,4 +10,5 @@ type VolumeInfo struct {
FileCount int
DeleteCount int
DeletedByteCount uint64
ReadOnly bool
}