libfstools: fix find_mount to return device path
authorRafał Miłecki <zajec5@gmail.com>
Tue, 23 Dec 2014 11:56:52 +0000 (12:56 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 6 Jan 2015 11:07:44 +0000 (12:07 +0100)
commita5076ad9c92895c54eb384b224e7af1a914f1fd9
tree1d2ca57903940de11e8387661881008393759ee8
parent9847f4e2769d0d808a846724f8dd74b83280fdd8
libfstools: fix find_mount to return device path

So far we were returning mount point which doesn't make sense for a
function that already takes mount point as an argument.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
libfstools/find.c