Re: Patching kernel with aufs

2022-02-13 Thread Tomas M
It seems it worked just fine. Thank you! Tomas M On Sun, Feb 13, 2022 at 3:20 PM J. R. Okajima wrote: > > Hi Tomas, > > > Finally I am trying to apply aufs5-base.patch and I get error. > > It looks like while patching fs/inode.c, the function is no longer > > called update_time(), but it is ino

Re: Patching kernel with aufs

2022-02-13 Thread J. R. Okajima
Hi Tomas, > Finally I am trying to apply aufs5-base.patch and I get error. > It looks like while patching fs/inode.c, the function is no longer > called update_time(), but it is inode_update_time() and it is already > declared as non-static For v5.10.x which is greater than or equal to 5.10.82, t