Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linux
[linux-block.git] / security / selinux / ss / sidtab.h
index 4eff0e49dcb22e490e2a880fd72099b4274e6ec5..9fce0d553fe2c92c84c59e2c045dabda1f0f5b1f 100644 (file)
@@ -65,7 +65,7 @@ struct sidtab_isid_entry {
 };
 
 struct sidtab_convert_params {
-       int (*func)(struct context *oldc, struct context *newc, void *args);
+       int (*func)(struct context *oldc, struct context *newc, void *args, gfp_t gfp_flags);
        void *args;
        struct sidtab *target;
 };