diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-19 21:19:12 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-19 21:19:12 +0200 |
commit | 3d20ed6d51e38968cd646e2b3b24f36673408024 (patch) | |
tree | 21db3888129357a77d8626b537b97aba79f69496 /src/umount.c | |
parent | 688c6725017bf9b8b229bfc5823121858925c035 (diff) | |
download | systemd-3d20ed6d51e38968cd646e2b3b24f36673408024.tar.gz |
fsck: add initial version of fsck and quotacheck wrappers
Diffstat (limited to 'src/umount.c')
-rw-r--r-- | src/umount.c | 1 |
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; |