docs: note about independent super block structs

It's normal that we use our own (on kernel independent) copy of
FS superbloks. -- K. Zak

http://www.spinics.net/lists/util-linux-ng/msg04812.html

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2011-08-25 21:01:01 +02:00
parent 7ec51ba998
commit c0dcd7d0b8
1 changed files with 5 additions and 0 deletions

View File

@ -90,3 +90,8 @@ Coding style
* Use `FIXME:' and a good description if want to inform others
something is not quite right, and you are unwilling to fix the
issue.
Various notes
* The util-linux does not use kernel headers for file system super
blocks structures.