public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] pull: mostly mkswap and one swapoff chanage
@ 2014-11-02 20:26 Sami Kerola
  2014-11-02 20:26 ` [PATCH 1/8] swapoff: make LABEL= and UUID= work when turning off swap files Sami Kerola
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Sami Kerola @ 2014-11-02 20:26 UTC (permalink / raw)
  To: util-linux; +Cc: kerolasa

Hello,

This pull request contains corrected version of swapoff(8) change, that was
first sent at 31 October 2014 23:57 and had issues.

Rest of the changes are to mkswap, that needed a bit dusting.  Pretty old
sparc 32bit support for kernels about 15 years ago is removed.  The command
got all familiar util-linux convention like 'struct mkswap_control', that
made easier to see what exactly is the data functions are handling.  The
rest of the changes are straight forward clarifications.

----------------------------------------------------------------
The following changes since commit 54f2e4563d6c7064df9f2a201ffe928709c29333:
  swapon: remove extra word from usage (2014-10-31 10:58:27 +0100)
are available in the git repository at:
  git://github.com/kerolasa/lelux-utiliteetit.git 2014wk43
for you to fetch changes up to 9e55f54b2f1a740da508c5f192371f5df900680f:
  mkswap: various minor improvement (2014-11-02 19:50:00 +0000)
----------------------------------------------------------------
Sami Kerola (8):
  swapoff: make LABEL= and UUID= work when turning off swap files
  mkswap: remove system architecture specific max swap size checks
  mkswap: remove unnecessary size check
  mkswap: use err() rather than perror() && exit()
  mkswap: add struct mkswap_control to remove global variables
  mkswap: make remaining functions to take control structure as argument
  mkswap: set variable only when it's value is known
  mkswap: various minor improvement

 disk-utils/mkswap.c     | 435 ++++++++++++++++--------------------------------
 include/swapheader.h    |   2 -
 sys-utils/Makemodule.am |  13 +-
 sys-utils/swapoff.c     |  34 ++--
 4 files changed, 177 insertions(+), 307 deletions(-)

-- 
2.1.3


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

end of thread, other threads:[~2014-11-07 12:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-02 20:26 [PATCH 0/8] pull: mostly mkswap and one swapoff chanage Sami Kerola
2014-11-02 20:26 ` [PATCH 1/8] swapoff: make LABEL= and UUID= work when turning off swap files Sami Kerola
2014-11-07 11:28   ` Karel Zak
2014-11-02 20:26 ` [PATCH 2/8] mkswap: remove system architecture specific max swap size checks Sami Kerola
2014-11-02 20:26 ` [PATCH 3/8] mkswap: remove unnecessary size check Sami Kerola
2014-11-02 20:26 ` [PATCH 4/8] mkswap: use err() rather than perror() && exit() Sami Kerola
2014-11-02 20:26 ` [PATCH 5/8] mkswap: add struct mkswap_control to remove global variables Sami Kerola
2014-11-02 20:26 ` [PATCH 6/8] mkswap: make remaining functions to take control structure as argument Sami Kerola
2014-11-02 20:26 ` [PATCH 7/8] mkswap: set variable only when it's value is known Sami Kerola
2014-11-02 20:26 ` [PATCH 8/8] mkswap: various minor improvement Sami Kerola
2014-11-07 12:11 ` [PATCH 0/8] pull: mostly mkswap and one swapoff chanage Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox