summaryrefslogtreecommitdiffstats
path: root/Documentation/howto-contribute.txt
diff options
context:
space:
mode:
authorSami Kerola2011-08-25 21:01:01 +0200
committerSami Kerola2011-08-28 10:50:42 +0200
commitc0dcd7d0b829d717f334c6d8e25a53b92ebd7593 (patch)
treef04fc9de958a6e0fc9446dfaef171763f6210c34 /Documentation/howto-contribute.txt
parentdocs: add libmount & libblkid debug instructions (diff)
downloadkernel-qcow2-util-linux-c0dcd7d0b829d717f334c6d8e25a53b92ebd7593.tar.gz
kernel-qcow2-util-linux-c0dcd7d0b829d717f334c6d8e25a53b92ebd7593.tar.xz
kernel-qcow2-util-linux-c0dcd7d0b829d717f334c6d8e25a53b92ebd7593.zip
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>
Diffstat (limited to 'Documentation/howto-contribute.txt')
-rw-r--r--Documentation/howto-contribute.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/howto-contribute.txt b/Documentation/howto-contribute.txt
index 433c027af..21deff1e5 100644
--- a/Documentation/howto-contribute.txt
+++ b/Documentation/howto-contribute.txt
@@ -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.