linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] vfs.git quota compat series
@ 2020-10-12  3:19 Al Viro
  2020-10-12 23:50 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2020-10-12  3:19 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel, Christoph Hellwig

	More Christoph's compat cleanups: quotactl(2).

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.quota-compat

for you to fetch changes up to 80bdad3d7e3ec03f812471d9309f5f682e10f52b:

  quota: simplify the quotactl compat handling (2020-09-17 13:00:46 -0400)

----------------------------------------------------------------
Christoph Hellwig (3):
      compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>
      compat: add a compat_need_64bit_alignment_fixup() helper
      quota: simplify the quotactl compat handling

 arch/arm64/include/asm/compat.h        |   2 -
 arch/mips/include/asm/compat.h         |   2 -
 arch/parisc/include/asm/compat.h       |   2 -
 arch/powerpc/include/asm/compat.h      |   2 -
 arch/s390/include/asm/compat.h         |   2 -
 arch/sparc/include/asm/compat.h        |   3 +-
 arch/x86/entry/syscalls/syscall_32.tbl |   2 +-
 arch/x86/include/asm/compat.h          |   3 +-
 fs/quota/Kconfig                       |   5 --
 fs/quota/Makefile                      |   1 -
 fs/quota/compat.c                      | 120 ---------------------------------
 fs/quota/compat.h                      |  34 ++++++++++
 fs/quota/quota.c                       |  73 ++++++++++++++++----
 include/asm-generic/compat.h           |   8 +++
 include/linux/compat.h                 |   9 +++
 include/linux/quotaops.h               |   3 -
 kernel/sys_ni.c                        |   1 -
 17 files changed, 113 insertions(+), 159 deletions(-)
 delete mode 100644 fs/quota/compat.c
 create mode 100644 fs/quota/compat.h

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

* Re: [git pull] vfs.git quota compat series
  2020-10-12  3:19 [git pull] vfs.git quota compat series Al Viro
@ 2020-10-12 23:50 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-10-12 23:50 UTC (permalink / raw)
  To: Al Viro; +Cc: Linus Torvalds, linux-kernel, linux-fsdevel, Christoph Hellwig

The pull request you sent on Mon, 12 Oct 2020 04:19:53 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.quota-compat

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

Thank you!

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

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

end of thread, other threads:[~2020-10-12 23:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-12  3:19 [git pull] vfs.git quota compat series Al Viro
2020-10-12 23:50 ` 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).