]> err.no Git - util-linux/commit
swapoff: correctly handle UUID= and LABEL= identifiers
authorLaMont Jones <lamont@mmjgroup.com>
Thu, 2 Aug 2007 14:35:07 +0000 (08:35 -0600)
committerLaMont Jones <lamont@mmjgroup.com>
Thu, 2 Aug 2007 14:35:23 +0000 (08:35 -0600)
commit2a25086dc452b22e0a473a0f47512e034c601c48
treed99b7f40cd7d1f3575de7d1797b4c5b05ba97857
parentb6b99f0102b27fbdd81f5dc61923541c6cd33f88
swapoff: correctly handle UUID= and LABEL= identifiers

While parsing /etc/fstab, swapoff did not make provision for UUID= and
LABEL= identifiers.  Added logic similar to swapon -a code.

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
mount/swapon.c