Update MAINTAINERS record to reflect the filename change from ipt_MASQUERADE.c to xt_MASQUERADE.c
Cc: Florian Westphal <[email protected]> Cc: Pablo Neira Ayuso <[email protected]> Cc: Juanjo Ciarlante <[email protected]> Cc: [email protected] Fixes: adf82accc5f5 ("netfilter: x_tables: merge ip and ipv6 masquerade modules") Signed-off-by: Denis Efremov <[email protected]> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 25eb86f3261e..87ac0378186c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8443,7 +8443,7 @@ F: include/uapi/linux/io_uring.h IP MASQUERADING M: Juanjo Ciarlante <[email protected]> S: Maintained -F: net/ipv4/netfilter/ipt_MASQUERADE.c +F: net/netfilter/xt_MASQUERADE.c IPMI SUBSYSTEM M: Corey Minyard <[email protected]> -- 2.21.0

