| 62 | } |
| 63 | |
| 64 | static int _fdb_seqnum_cmp(struct avl_node *a, struct avl_node *b, void *aux) |
| 65 | { |
| 66 | struct snap_wal_entry *aa, *bb; |
| 67 | aa = _get_entry(a, struct snap_wal_entry, avl_seq); |
nothing calls this directly
no outgoing calls
no test coverage detected