[packages/kernel] - upate aufs for one more api rename

baggins baggins at pld-linux.org
Mon Sep 4 03:29:10 CEST 2023


commit 60f9c79c84c317b226e1486580b81bb787a6a263
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Sep 4 10:45:08 2023 +0200

    - upate aufs for one more api rename

 kernel-aufs.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel-aufs.patch b/kernel-aufs.patch
index bc0b338c..66996d70 100644
--- a/kernel-aufs.patch
+++ b/kernel-aufs.patch
@@ -21225,8 +21225,8 @@ diff -urN /usr/share/empty/fs/aufs/i_op_add.c linux/fs/aufs/i_op_add.c
 +	h_parent = au_h_dptr(parent, bindex);
 +	h_ppath.mnt = h_mnt;
 +	h_ppath.dentry = h_parent;
-+	h_file = vfs_tmpfile_open(h_idmap, &h_ppath, mode, /*open_flag*/0,
-+				  current_cred());
++	h_file = kernel_tmpfile_open(h_idmap, &h_ppath, mode, /*open_flag*/0,
++				     current_cred());
 +	if (IS_ERR(h_file)) {
 +		err = PTR_ERR(h_file);
 +		h_file = NULL;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/60f9c79c84c317b226e1486580b81bb787a6a263



More information about the pld-cvs-commit mailing list