mbox series

[git,pull] vfs.git pile 2 (d_path)

Message ID Yzxk9FF7G4LpBVCS@ZenIV (mailing list archive)
State New, archived
Headers show
Series [git,pull] vfs.git pile 2 (d_path) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-d_path

Message

Al Viro Oct. 4, 2022, 4:53 p.m. UTC
The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-d_path

for you to fetch changes up to c4c8451147da569a79eff5edcd2864e8ee21d7aa:

  d_path.c: typo fix... (2022-08-20 11:34:33 -0400)

----------------------------------------------------------------
d_path pile

----------------------------------------------------------------
Al Viro (2):
      dynamic_dname(): drop unused dentry argument
      d_path.c: typo fix...

 drivers/dma-buf/dma-buf.c | 2 +-
 fs/anon_inodes.c          | 2 +-
 fs/d_path.c               | 5 ++---
 fs/nsfs.c                 | 2 +-
 fs/pipe.c                 | 2 +-
 include/linux/dcache.h    | 4 ++--
 net/socket.c              | 2 +-
 7 files changed, 9 insertions(+), 10 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 7, 2022, 12:36 a.m. UTC | #1
The pull request you sent on Tue, 4 Oct 2022 17:53:08 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-d_path

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/70df64d6c6c2f76be47311fa6630d6edbefa711e

Thank you!