Opened 15 years ago

Closed 15 years ago

#3730 closed bug (fixed)

checkfs must include removed vnodes

Reported by: axeld Owned by: axeld
Priority: critical Milestone: R1
Component: File Systems/BFS Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

When checkfs runs, it will free up the memory of files that are already unlinked, but haven't actually been removed and freed yet (ie. there are still open file handles).

Since it does not do this right now, checkfs might already do harm, as the blocks could then be reused immediately.

We need some API in the VFS to allow for this.

Change History (1)

comment:1 by axeld, 15 years ago

Resolution: fixed
Status: newclosed

VFS API added in hrev30176. Fixed in hrev30177.

Note: See TracTickets for help on using tickets.