MCPcopy
hub / github.com/cubefs/cubefs / TxRollbackInode

Struct TxRollbackInode

metanode/transaction.go:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78type TxRollbackInode struct {
79 inode *Inode
80 txInodeInfo *proto.TxInodeInfo
81 rbType uint8 // Rollback Type
82 quotaIds []uint32
83}
84
85// Less tests whether the current TxRollbackInode item is less than the given one.
86func (i *TxRollbackInode) Less(than btree.Item) bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected