UBIFS: add a comment in key.h for unused parameter
authorDongsheng Yang <yangds.fnst@cn.fujitsu.com>
Tue, 22 Dec 2015 01:22:01 +0000 (09:22 +0800)
committerRichard Weinberger <richard@nod.at>
Sun, 10 Jan 2016 11:33:30 +0000 (12:33 +0100)
Add a comment in key.h to explain why we keep an unused
parameter in key helpers.

Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/key.h

index 92a8491a8f8c2da7fa61b9e870cc7a75d1ea8263..c0a95e393347c4199dbc2057cb838a3b4a4a4ef3 100644 (file)
  * node. We use "r5" hash borrowed from reiserfs.
  */
 
+/*
+ * Lot's of the key helpers require a struct ubifs_info *c as the first parameter.
+ * But we are not using it at all currently. That's designed for future extensions of
+ * different c->key_format. But right now, there is only one key type, UBIFS_SIMPLE_KEY_FMT.
+ */
+
 #ifndef __UBIFS_KEY_H__
 #define __UBIFS_KEY_H__