]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: note about independent super block structs
authorSami Kerola <kerolasa@iki.fi>
Thu, 25 Aug 2011 19:01:01 +0000 (21:01 +0200)
committerSami Kerola <kerolasa@iki.fi>
Sun, 28 Aug 2011 08:50:42 +0000 (10:50 +0200)
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>
Documentation/howto-contribute.txt

index 433c027af20173a86d684c605bc8b2dce20d0717..21deff1e5bb336eb711f09e4379396243fe5a1f0 100644 (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.