From 3d20ed6d51e38968cd646e2b3b24f36673408024 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 19 Oct 2010 21:19:12 +0200 Subject: fsck: add initial version of fsck and quotacheck wrappers --- src/umount.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/umount.c') diff --git a/src/umount.c b/src/umount.c index c7f62081d2..ca4dbc2362 100644 --- a/src/umount.c +++ b/src/umount.c @@ -223,7 +223,6 @@ static int loopback_list_get(MountPoint **head) { } first = udev_enumerate_get_list_entry(e); - udev_list_entry_foreach(item, first) { MountPoint *lb; struct udev_device *d; -- cgit v1.2.3-54-g00ecf