On Sun, Nov 17, 2019 at 5:44 PM Amir Goldstein <amir73il@xxxxxxxxx> wrote: > > Rename lower_fs[] array to fs[], extend its size by one and initialize > fs[0] with upper fs values. fsid 0 is already reserved even with lower > only overlay, so fs[0] remains uninitialized in this case as well. > > Rename numlowerfs to maxfsid and use index 0..maxfsid to access the > fs[] array. > FYI, I don't know what I was thinking with the conversion to maxfsid. I don't like that and intend to change it back to numfs. Thanks, Amir.