]> git.pld-linux.org Git - packages/kernel.git/blobdiff - kernel-aufs.patch
- upate aufs for one more api rename
[packages/kernel.git] / 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.085474 seconds and 4 git commands to generate.