diff options
Diffstat (limited to 'ubi-utils/src/libubi.c')
-rw-r--r-- | ubi-utils/src/libubi.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ubi-utils/src/libubi.c b/ubi-utils/src/libubi.c index 06cf52a..a028fc6 100644 --- a/ubi-utils/src/libubi.c +++ b/ubi-utils/src/libubi.c @@ -275,11 +275,6 @@ int ubi_mkvol(libubi_t desc, const char *node, struct ubi_mkvol_request *req) if (!ret) req->vol_id = r.vol_id; -#if 1 - /* This is a hack to work around udev problems */ - system("udevsettle"); -#endif - close(fd); return ret; } |