summaryrefslogtreecommitdiffstats
path: root/misc-modules/silly.c
Commit message (Collapse)AuthorAgeFilesLines
* misc-modules: silly: Use file_dentry() to get struct file's dentryJavier Martinez Canillas2018-02-251-2/+2
| | | | | | | The struct file doesn't have a struct dentry member anymore, use the macro to get the struct dentry for a struct file. Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
* Linux Device Drivers 3 examplesJavier Martinez Canillas2010-11-271-0/+294