]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- upate aufs for one more api rename
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 4 Sep 2023 08:45:08 +0000 (10:45 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 4 Sep 2023 08:45:08 +0000 (10:45 +0200)
kernel-aufs.patch

index bc0b338cc916cf5c641f20a5e1953fa199854d7b..66996d702514600614604004ef9a1815b3cde270 100644 (file)
@@ -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;
This page took 0.130715 seconds and 4 git commands to generate.