feat(master): Compatible with old version trash

close:#22053691

Signed-off-by: chihe <chihe@oppo.com>
This commit is contained in:
chihe 2024-04-10 10:42:46 +08:00 committed by leonrayang
parent 371853fd55
commit 61e04ed430

View File

@ -201,7 +201,7 @@ type VolStatInfo struct {
TxRbInoCnt uint64
TxRbDenCnt uint64
DpReadOnlyWhenVolFull bool
TrashInterval int64
TrashInterval int64 `json:"TrashIntervalV2"`
}
// DataPartition represents the structure of storing the file contents.