Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / include / linux / netlink.h
index 60739d0..e3e49f0 100644 (file)
@@ -201,10 +201,10 @@ struct netlink_callback {
        struct module           *module;
        struct netlink_ext_ack  *extack;
        u16                     family;
-       u16                     min_dump_alloc;
-       bool                    strict_check;
        u16                     answer_flags;
+       u32                     min_dump_alloc;
        unsigned int            prev_seq, seq;
+       bool                    strict_check;
        union {
                u8              ctx[48];