Bug #1283 ยป 20090216-1-hammer-cleanup.diff
| sbin/hammer/cmd_cleanup.c | ||
|---|---|---|
|
continue;
|
||
|
if ((strncmp(ptr, "(hammer,", 8) == 0) ||
|
||
|
((strncmp(ptr, "(null,", 6) == 0) &&
|
||
|
(strncmp(fs, "/pfs", 4) == 0)))
|
||
|
(strstr(fs, "/@@0x") != NULL)))
|
||
|
do_cleanup(path);
|
||
|
}
|
||
|
fclose(fp);
|
||