|
Subject: [patch 0/4] Series to allow a "const" file_operations struct Newsgroups: gmane.linux.kernel Date: 2006-01-06 21:45:37 GMT (3 years, 25 weeks, 4 days, 5 hours and 9 minutes ago) Hi, this series allows drivers to have "const" file_operations, by making the f_ops field in the inode const. This has another benefit, there have been several bugs where code accidentally wrote to the ->f_ops structure, forgetting that it's a shared structure. One of those bugs got fixed in november for example (as a result of these patches), another one is fixed in this series. Greetings, Arjan van de Ven |
|
|