KernelNewbies:

Common kernel read routine

This page documents progress the goal of a generic kernel file read routine on the kernel. For a while it was looked down upon to directly read files from Linux. These days there exists a few mechanisms in the kernel that do just this though. There are minor but important checks differences on each, we should take all the best practices from each of them, generalize them and make all places in the kernel that read a file use it.

TableOfContents(4)

Different file kernel read locations

Interested developers

We plan on developing this after the holidays

Volunteered developers to review

We'll volunteer these folks to review, as well as obviously fsdevel folks.

KernelNewbies: KernelProjects/common-kernel-loader (last edited 2015-12-21 21:35:45 by mcgrof)