All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] more ->lookup() cleanups
@ 2018-10-25  0:18 Al Viro
  2018-10-25 19:57 ` Linus Torvalds
  0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2018-10-25  0:18 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-fsdevel, linux-kernel

	Some ->lookup() instances are still overcomplicating the life
for themselves, open-coding the stuff that would be handled by
d_splice_alias() just fine.  Simplify a couple of such cases caught
this cycle and document d_splice_alias() intended use.

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.lookup

for you to fetch changes up to 1a16dbaf798c5b68ac767444eb045e6f3adaa16d:

  Document d_splice_alias() calling conventions for ->lookup() users. (2018-10-10 16:52:37 -0400)

----------------------------------------------------------------
Al Viro (3):
      clean erofs_lookup()
      simplify btrfs_lookup()
      Document d_splice_alias() calling conventions for ->lookup() users.

 Documentation/filesystems/porting | 11 +++++++++++
 drivers/staging/erofs/namei.c     | 19 +++++++------------
 fs/btrfs/inode.c                  | 12 +++---------
 3 files changed, 21 insertions(+), 21 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [git pull] more ->lookup() cleanups
  2018-10-25  0:18 [git pull] more ->lookup() cleanups Al Viro
@ 2018-10-25 19:57 ` Linus Torvalds
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Torvalds @ 2018-10-25 19:57 UTC (permalink / raw)
  To: Al Viro; +Cc: linux-fsdevel, Linux Kernel Mailing List

This (along with your alpha syscall cleanup and compat_ioctl cleanups) pulled,

              Linus

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-25 19:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-25  0:18 [git pull] more ->lookup() cleanups Al Viro
2018-10-25 19:57 ` Linus Torvalds

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.