linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Al Viro <viro@zeniv.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org,
	Christoph Hellwig <hch@lst.de>
Subject: [git pull] vfs.git quota compat series
Date: Mon, 12 Oct 2020 04:19:53 +0100	[thread overview]
Message-ID: <20201012031953.GG3576660@ZenIV.linux.org.uk> (raw)

	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

             reply	other threads:[~2020-10-12  3:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-12  3:19 Al Viro [this message]
2020-10-12 23:50 ` [git pull] vfs.git quota compat series pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201012031953.GG3576660@ZenIV.linux.org.uk \
    --to=viro@zeniv.linux.org.uk \
    --cc=hch@lst.de \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).