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 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, try aufs5.10.82
> branch.
> I don't try v5.10.92, but I hope aufs5.10.82 will work.
>
>
> J. R. Okajima



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, try aufs5.10.82
branch.
I don't try v5.10.92, but I hope aufs5.10.82 will work.


J. R. Okajima



Patching kernel with aufs

2022-02-13 Thread Tomas M
I'm trying to compile aufs for kernel version 5.10.92

I download the sources of AUFS-standalone from github, and checkout
origin/aufs5.10

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

Maybe the file aufs5-base.patch needs updating?
Or maybe I should checkout different branch?

Thank you
Tomas M