You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6: tty: fix vt_compat_ioctl
This commit is contained in:
@@ -1532,7 +1532,7 @@ long vt_compat_ioctl(struct tty_struct *tty, struct file * file,
|
|||||||
|
|
||||||
case PIO_UNIMAP:
|
case PIO_UNIMAP:
|
||||||
case GIO_UNIMAP:
|
case GIO_UNIMAP:
|
||||||
ret = do_unimap_ioctl(cmd, up, perm, vc);
|
ret = compat_unimap_ioctl(cmd, up, perm, vc);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user