From: Sami Kerola Date: Thu, 25 Aug 2011 19:01:01 +0000 (+0200) Subject: docs: note about independent super block structs X-Git-Tag: v2.21-rc1~471^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0dcd7d0b829d717f334c6d8e25a53b92ebd7593;p=thirdparty%2Futil-linux.git 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 --- diff --git a/Documentation/howto-contribute.txt b/Documentation/howto-contribute.txt index 433c027af2..21deff1e5b 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.