[PATCH 0/8] pull: mostly mkswap and one swapoff chanage

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

--
To unsubscribe from this list: send the line "unsubscribe util-linux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux