[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1272528202-7103-1-git-send-email-fwestphal@astaro.com>
Date: Thu, 29 Apr 2010 10:03:22 +0200
From: Florian Westphal <fwestphal@...aro.com>
To: linux-kernel@...r.kernel.org
Cc: trivial@...nel.org, Florian Westphal <fwestphal@...aro.com>,
James Chapman <jchapman@...alix.com>
Subject: [PATCH] compat_ioctl: add compat handler for PPPIOCGL2TPSTATS ioctl
fixes following error:
ioctl32(openl2tpd:7480): Unknown cmd fd(14) cmd(80487436){t:'t';sz:72} arg(ffa7e6c0) on socket:[105094]
Cc: James Chapman <jchapman@...alix.com>
Signed-off-by: Florian Westphal <fwestphal@...aro.com>
---
fs/compat_ioctl.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c
index c32a1b6..d7957d4 100644
--- a/fs/compat_ioctl.c
+++ b/fs/compat_ioctl.c
@@ -1101,6 +1101,7 @@ COMPATIBLE_IOCTL(PPPIOCCONNECT)
COMPATIBLE_IOCTL(PPPIOCDISCONN)
COMPATIBLE_IOCTL(PPPIOCATTCHAN)
COMPATIBLE_IOCTL(PPPIOCGCHAN)
+COMPATIBLE_IOCTL(PPPIOCGL2TPSTATS)
/* PPPOX */
COMPATIBLE_IOCTL(PPPOEIOCSFWD)
COMPATIBLE_IOCTL(PPPOEIOCDFWD)
--
1.6.3.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists