summaryrefslogtreecommitdiff
path: root/src/umount.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-10-19 21:19:12 +0200
committerLennart Poettering <lennart@poettering.net>2010-10-19 21:19:12 +0200
commit3d20ed6d51e38968cd646e2b3b24f36673408024 (patch)
tree21db3888129357a77d8626b537b97aba79f69496 /src/umount.c
parent688c6725017bf9b8b229bfc5823121858925c035 (diff)
fsck: add initial version of fsck and quotacheck wrappers
Diffstat (limited to 'src/umount.c')
-rw-r--r--src/umount.c1
1 files changed, 0 insertions, 1 deletions
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;