Forum:
Character Device Drivers Keywords: release method close fclose Date: Sat, 26 Apr 1997 03:07:04 GMT From: <unknown>
I just finished a character device driver and I it appears that when fclose() is called on the device the release() method is called as well even if the device has been opened multiple times.