]> git.ipfire.org Git - thirdparty/util-linux.git/commit - sys-utils/losetup.c
losetup: make -j <path> more robust
authorKarel Zak <kzak@redhat.com>
Mon, 5 Aug 2013 13:24:30 +0000 (15:24 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 5 Aug 2013 13:35:26 +0000 (15:35 +0200)
commit6d62bc0f9b01ef4c58a3e8e3585385045bd10854
tree9e693eb430b18e36e1ea01b4e9483c7ff2dcc484
parent3f420a49dd4d0c413b635dd621aa34eebce2d3d2
losetup: make -j <path> more robust

It's usually unnecessary as we compare devno and ino, but let's
use absolute paths for situations when it's necessary to compare
paths as strings.

Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/losetup.c