diff --git a/fs-aufs.patch b/fs-aufs.patch index 7de319c..f367c6d 100644 --- a/fs-aufs.patch +++ b/fs-aufs.patch @@ -27651,10 +27651,10 @@ index 000000000000..0789335650de +} diff --git a/fs/aufs/procfs.c b/fs/aufs/procfs.c new file mode 100644 -index 000000000000..20bb15d45472 +index 000000000000..4daf535741fa --- /dev/null +++ b/fs/aufs/procfs.c -@@ -0,0 +1,171 @@ +@@ -0,0 +1,170 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * Copyright (C) 2010-2020 Junjiro R. Okajima @@ -27786,10 +27786,9 @@ index 000000000000..20bb15d45472 + return err; +} + -+static const struct file_operations au_procfs_plm_fop = { -+ .write = au_procfs_plm_write, -+ .release = au_procfs_plm_release, -+ .owner = THIS_MODULE ++static const struct proc_ops au_procfs_plm_fop = { ++ .proc_write = au_procfs_plm_write, ++ .proc_release = au_procfs_plm_release, +}; + +/* ---------------------------------------------------------------------- */