* Given that abort() has been called for this request, what `rc` was * passed into it? */
| 108 | * passed into it? |
| 109 | */ |
| 110 | int get_abort_code() const |
| 111 | { |
| 112 | return abort_rc; |
| 113 | } |
| 114 | |
| 115 | void set_inode(Inode *in) { |
| 116 | _inode = in; |
no outgoing calls
no test coverage detected