Re: uvm_fault: Kill goto Case2

2020-11-15 Thread Jonathan Matthew
On Fri, Nov 13, 2020 at 12:04:23PM -0300, Martin Pieuchot wrote: > Another simple refactoring of uvm_fault() removing a goto, ok? I like it, ok jmatthew@ > > Index: uvm/uvm_fault.c > === > RCS file: /cvs/src/sys/uvm/uvm_fault.c,v >

Re: uvm_fault: Kill goto Case2

2020-11-13 Thread Theo Buehler
On Fri, Nov 13, 2020 at 12:04:23PM -0300, Martin Pieuchot wrote: > Another simple refactoring of uvm_fault() removing a goto, ok? ok tb

uvm_fault: Kill goto Case2

2020-11-13 Thread Martin Pieuchot
Another simple refactoring of uvm_fault() removing a goto, ok? Index: uvm/uvm_fault.c === RCS file: /cvs/src/sys/uvm/uvm_fault.c,v retrieving revision 1.106 diff -u -p -r1.106 uvm_fault.c --- uvm/uvm_fault.c 13 Nov 2020 14:18:25 -