All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Misc. cleanup and portability patches for quota-tools
@ 2016-03-30  0:48 Theodore Ts'o
  2016-03-30  0:48 ` [PATCH 1/5] Update the gitignore file to ignore additional generated files Theodore Ts'o
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Theodore Ts'o @ 2016-03-30  0:48 UTC (permalink / raw)
  To: jack; +Cc: Linux Filesystem Development List, Theodore Ts'o

Hi Jan,

Here are some patches that provide some additional compatibility for
quota-tools package.

No, this isn't quite enough to allow quota-tools to build for
Android/Bionic.  These changes are sufficient to allow things to
build, but there are still a few missing functions, most notably a
syscall wrapper for quotactl(2), that are missing and which I'll add
to a compatibility library in xfstests-bld, and/or get upstream into
the Bionic libc at some point, if I can.

I think these changes are generally useful, though.  For example, with
glibc on x86, if you try to do a build after configuring with
--enable-rpc=no, the result is a huge number of build failures.  This
patch series will fix things so we can compile without rpc support.

Theodore Ts'o (5):
  Update the gitignore file to ignore additional generated files
  Allow building on systems that do not have rpc header files
  Use NGROUPS_MAX instead of NGROUPS
  Provide fallback definitions for MNTTYPE_NFS and MNTTYPE_NOAUTO
  Support systems which do not have nl_langinfo()

 .gitignore   |  3 +++
 Makefile.am  | 38 ++++++++++++++++++++++----------------
 configure.ac |  1 +
 mntopt.h     |  8 ++++++++
 quota.c      |  5 +++--
 quotaops.c   |  7 +++++--
 setquota.c   |  2 ++
 warnquota.c  |  4 ++++
 8 files changed, 48 insertions(+), 20 deletions(-)

-- 
2.5.0


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

end of thread, other threads:[~2016-03-30  8:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-30  0:48 [PATCH 0/5] Misc. cleanup and portability patches for quota-tools Theodore Ts'o
2016-03-30  0:48 ` [PATCH 1/5] Update the gitignore file to ignore additional generated files Theodore Ts'o
2016-03-30  0:48 ` [PATCH 2/5] Allow building on systems that do not have rpc header files Theodore Ts'o
2016-03-30  0:48 ` [PATCH 3/5] Use NGROUPS_MAX instead of NGROUPS Theodore Ts'o
2016-03-30  0:48 ` [PATCH 4/5] Provide fallback definitions for MNTTYPE_NFS and MNTTYPE_NOAUTO Theodore Ts'o
2016-03-30  0:48 ` [PATCH 5/5] Support systems which do not have nl_langinfo() Theodore Ts'o
2016-03-30  8:29 ` [PATCH 0/5] Misc. cleanup and portability patches for quota-tools Jan Kara

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.