101-overlayfs_path_ref.patch 252 B

12345678910
  1. --- a/fs/overlayfs/super.c
  2. +++ b/fs/overlayfs/super.c
  3. @@ -385,7 +385,6 @@ struct dentry *ovl_lookup(struct inode *
  4. struct file *ovl_path_open(struct path *path, int flags)
  5. {
  6. - path_get(path);
  7. return dentry_open(path, flags, current_cred());
  8. }