K 10 svn:author V 3 imp K 8 svn:date V 27 2019-05-06T18:39:22.275493Z K 7 svn:log V 265 We only ever need one devinfo per handle. So allocate it outside of looping over the filesystem modules rather than doing a malloc + free each time through the loop. In addition, nothing changes from loop to loop, so setup the new devinfo outside the loop as well. END