NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kern/42194: puffs inactive and page cache are having a bad trip



>Number:         42194
>Category:       kern
>Synopsis:       puffs inactive and page cache are having a bad trip
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Oct 17 18:35:00 +0000 2009
>Originator:     Antti Kantee
>Release:        
>Organization:
>Environment:
>Description:
puffs_vnop_inactive() does not investigate if there is dirty
data in the page cache when it issues INACTIVE.  Later, when
the dirty data is flushed, SETATTR and WRITE are issued to
the file server for a node which should have no external
references.
>How-To-Repeat:

>Fix:
Do not issue inactive before all cached operations have been completed.



Home | Main Index | Thread Index | Old Index