Use nice file permission constants, fix readme paths

This commit is contained in:
Ciro Santilli
2017-06-13 09:50:48 +01:00
parent 1f1cf4b0bd
commit 89e6b0f97a
5 changed files with 11 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ https://stackoverflow.com/questions/4508998/what-is-anonymous-inode
anon_inode_getfd example:
- get an anonymous inode via ioctl from a debugfs entry
- read from that inode
- read jiffies from that inode
This method allows getting multiple file descriptors from a single filesystem,
which reduces namespace pollution.