Message ID | 1466902865-14354-3-git-send-email-vladimir_zapolskiy@mentor.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 06/25/2016 06:01 PM, Vladimir Zapolskiy wrote: > From: Wolfram Sang <wsa+renesas@sang-engineering.com> > > Watchdog core now handles those ioctls centrally, so we want 64 bit > support, too. > > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> > Cc: Alexander Viro <viro@zeniv.linux.org.uk> > Cc: linux-fsdevel@vger.kernel.org > Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com> Acked-by: Guenter Roeck <linux@roeck-us.net> > --- > Changes from v1 to v2: > * none > > fs/compat_ioctl.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c > index bd01b92..914bfc5 100644 > --- a/fs/compat_ioctl.c > +++ b/fs/compat_ioctl.c > @@ -1208,6 +1208,8 @@ COMPATIBLE_IOCTL(WDIOC_SETOPTIONS) > COMPATIBLE_IOCTL(WDIOC_KEEPALIVE) > COMPATIBLE_IOCTL(WDIOC_SETTIMEOUT) > COMPATIBLE_IOCTL(WDIOC_GETTIMEOUT) > +COMPATIBLE_IOCTL(WDIOC_SETPRETIMEOUT) > +COMPATIBLE_IOCTL(WDIOC_GETPRETIMEOUT) > /* Big R */ > COMPATIBLE_IOCTL(RNDGETENTCNT) > COMPATIBLE_IOCTL(RNDADDTOENTCNT) > -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c index bd01b92..914bfc5 100644 --- a/fs/compat_ioctl.c +++ b/fs/compat_ioctl.c @@ -1208,6 +1208,8 @@ COMPATIBLE_IOCTL(WDIOC_SETOPTIONS) COMPATIBLE_IOCTL(WDIOC_KEEPALIVE) COMPATIBLE_IOCTL(WDIOC_SETTIMEOUT) COMPATIBLE_IOCTL(WDIOC_GETTIMEOUT) +COMPATIBLE_IOCTL(WDIOC_SETPRETIMEOUT) +COMPATIBLE_IOCTL(WDIOC_GETPRETIMEOUT) /* Big R */ COMPATIBLE_IOCTL(RNDGETENTCNT) COMPATIBLE_IOCTL(RNDADDTOENTCNT)