Signed-off-by: Donghwa Jeong <dh48.jeong@samsung.com>
This commit is contained in:
Donghwa Jeong 2018-06-08 11:16:31 +09:00
parent 1e9cf48057
commit d5329db148
No known key found for this signature in database
GPG Key ID: 0BE2750EE612F372

View File

@ -2091,9 +2091,6 @@ static int lxc_get_unused_loop_dev_legacy(char *loop_name)
return -1;
while ((dp = readdir(dir))) {
if (!dp)
break;
if (strncmp(dp->d_name, "loop", 4) != 0)
continue;