| 363 | } |
| 364 | |
| 365 | type TxDentry struct { |
| 366 | // ParInode *Inode |
| 367 | Dentry *Dentry |
| 368 | TxInfo *proto.TransactionInfo |
| 369 | } |
| 370 | |
| 371 | func NewTxDentry(parentID uint64, name string, ino uint64, mode uint32, parInode *Inode, txInfo *proto.TransactionInfo) *TxDentry { |
| 372 | dentry := &Dentry{ |
nothing calls this directly
no outgoing calls
no test coverage detected