Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc7e6edb authored by Paul Moore's avatar Paul Moore
Browse files

netlabel: fix the netlbl_catmap_setlong() dummy function



When I added the netlbl_catmap_setlong() function I mistakenly forgot
to mark the associated dummy function as an inline.

Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarPaul Moore <pmoore@redhat.com>
parent 4fbe63d1
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -524,7 +524,7 @@ static inline int netlbl_catmap_setrng(struct netlbl_lsm_catmap **catmap,
{
	return 0;
}
static int netlbl_catmap_setlong(struct netlbl_lsm_catmap **catmap,
static inline int netlbl_catmap_setlong(struct netlbl_lsm_catmap **catmap,
					u32 offset,
					unsigned long bitmap,
					gfp_t flags)