On Tue, 2019-08-20 at 10:57 -0700, Jaegeuk Kim wrote: > Hi Shinichiro, > > Thank you so much for the contribution. > BTW, I failed to compile them. Could you please take a look at them one more > time? :)
Thank you for the care and sorry about the compile failure. I checked compile pass with dev-test branch but did not check with dev branch. I took a look again and found that I used MAX_BLKADDR() macro added only in the dev-test branch, which causes the compile failure with dev branch. I tried IS_VALID_BLK_ADDR() in place of MAX_BLKADDR() and confirmed it is working as expected. Will post v2. -- Best Regards, Shin'ichiro Kawasaki _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
