drbd: Remove unused GENLA_F_MAY_IGNORE flag
authorAndreas Gruenbacher <agruen@linbit.com>
Wed, 18 May 2011 14:48:16 +0000 (16:48 +0200)
committerPhilipp Reisner <philipp.reisner@linbit.com>
Thu, 8 Nov 2012 15:55:55 +0000 (16:55 +0100)
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
include/linux/genl_magic_struct.h

index ba911da84d9ff4c29bba473c2bbc8a44989754c3..f3c3425ac30ffc85ee14c07c271b375fa5f6f849 100644 (file)
@@ -40,11 +40,6 @@ extern void CONCAT_(GENL_MAGIC_FAMILY, _genl_unregister)(void);
  * yet implemented features, if newer userland tries to use them even though
  * the genl_family version clearly indicates they are not available.
  *
- * @GENLA_F_MAY_IGNORE: To clearly document the fact, for good measure.
- * To be used for API extensions for things that have sane defaults,
- * so newer userland can still talk to older kernel, knowing it will
- * silently ignore these attributes if not yet known.
- *
  * NOTE: These flags overload
  *   NLA_F_NESTED              (1 << 15)
  *   NLA_F_NET_BYTEORDER       (1 << 14)
@@ -55,7 +50,6 @@ extern void CONCAT_(GENL_MAGIC_FAMILY, _genl_unregister)(void);
  * See also: nla_type()
  */
 enum {
-       GENLA_F_MAY_IGNORE      = 0,
        GENLA_F_MANDATORY       = 1 << 14,
        GENLA_F_REQUIRED        = 1 << 15,
 
This page took 0.043202 seconds and 5 git commands to generate.