| 76 | } |
| 77 | |
| 78 | type 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. |
| 86 | func (i *TxRollbackInode) Less(than btree.Item) bool { |
nothing calls this directly
no outgoing calls
no test coverage detected