OpenSolaris

Printable Version Enter a New Search
Bug ID 6636438
Synopsis A failed directory deleting generates FILE_DELETE port event
State 6-Fix Understood (Fix is known)
Category:Subcategory kernel:zfs
Keywords
Responsible Engineer Prakash Sangappa
Reported Against
Duplicate Of
Introduced In
Commit to Fix snv_81
Fixed In
Release Fixed
Related Bugs 6651501
Submit Date 3-December-2007
Last Update Date 20-December-2007
Description
If /zfs is a zfs filesystem, then
mkdir /zfs/test
touch /zfs/test/1
monitor /zfs/test by port,
rmdir /zfs/test
FILE_DELETE will be generated on /zfs/test
Work Around
The application could re-check(stat and to see if the file still exists) and 
re-associate the file events watch when ever it receives a FILE_EXCEPTION 
events(defined in port.h).
*** (#1 of 1): [ UNSAVED ]  xxxxx@xxxxx.com
Comments
N/A