nfsd: track last inode only in use_wgather case
[safe/jmp/linux-2.6] / drivers / char / n_hdlc.c
index 69ec639..bacb3e2 100644 (file)
@@ -764,7 +764,7 @@ static int n_hdlc_tty_ioctl(struct tty_struct *tty, struct file *file,
                break;
 
        default:
-               error = n_tty_ioctl (tty, file, cmd, arg);
+               error = n_tty_ioctl_helper(tty, file, cmd, arg);
                break;
        }
        return error;