linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] several more mount API conversions
@ 2019-09-23 19:21 Al Viro
  2019-09-24 19:55 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2019-09-23 19:21 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

	Assorted conversions of options parsing to new API.
gfs2 is probably the most serious one here; the rest is
trivial stuff.  Other things in what used to be #work.mount
are going to wait for the next cycle (and preferably go via
git trees of the filesystems involved).

The following changes since commit 74983ac20aeafc88d9ceed64a8bf2a9024c488d5:

  vfs: Make fs_parse() handle fs_param_is_fd-type params better (2019-09-12 21:06:14 -0400)

are available in the git repository at:

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

for you to fetch changes up to 1f52aa08d12f8d359e71b4bfd73ca9d5d668e4da:

  gfs2: Convert gfs2 to fs_context (2019-09-18 22:47:05 -0400)

----------------------------------------------------------------
Andrew Price (1):
      gfs2: Convert gfs2 to fs_context

David Howells (5):
      vfs: Convert bpf to use the new mount API
      vfs: Convert functionfs to use the new mount API
      hypfs: Fix error number left in struct pointer member
      vfs: Convert hypfs to use the new mount API
      vfs: Convert spufs to use the new mount API

 arch/powerpc/platforms/cell/spufs/inode.c | 207 +++++++------
 arch/s390/hypfs/inode.c                   | 137 +++++----
 drivers/usb/gadget/function/f_fs.c        | 233 +++++++-------
 fs/gfs2/incore.h                          |   8 +-
 fs/gfs2/ops_fstype.c                      | 495 ++++++++++++++++++++++--------
 fs/gfs2/super.c                           | 333 +-------------------
 fs/gfs2/super.h                           |   3 +-
 kernel/bpf/inode.c                        |  92 ++++--
 8 files changed, 749 insertions(+), 759 deletions(-)

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

* Re: [git pull] several more mount API conversions
  2019-09-23 19:21 [git pull] several more mount API conversions Al Viro
@ 2019-09-24 19:55 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-09-24 19:55 UTC (permalink / raw)
  To: Al Viro; +Cc: Linus Torvalds, linux-kernel, linux-fsdevel

The pull request you sent on Mon, 23 Sep 2019 20:21:47 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0b36c9eed232760fbf51921818f48b3699f1f1ca

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

end of thread, other threads:[~2019-09-24 19:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-23 19:21 [git pull] several more mount API conversions Al Viro
2019-09-24 19:55 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).