|
|
| version 1.14, 2004/03/01 06:33:23 | version 1.15, 2004/03/11 20:17:36 |
|---|---|
| Line 556 ffs_reload_scan1(struct mount *mp, struc | Line 556 ffs_reload_scan1(struct mount *mp, struc |
| /* | /* |
| * Step 4: invalidate all inactive vnodes. | * Step 4: invalidate all inactive vnodes. |
| */ | */ |
| if (vrecycle(vp, NULL, curthread)) { | if (vrecycle(vp, NULL, info->td)) { |
| info->rescan = 1; | info->rescan = 1; |
| return(-1); /* continue loop, do not call scan2 */ | return(-1); /* continue loop, do not call scan2 */ |
| } | } |