]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- up for new tty layer
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 24 Oct 2004 18:59:25 +0000 (18:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    linux-cluster-gfs.patch -> 1.4

linux-cluster-gfs.patch

index 6cbc5dcb928b676ed83da78b5f66cb4b6e54cb04..130b51071172148d8fabdc6f976a3bb7665d9296 100644 (file)
@@ -27835,7 +27835,7 @@ diff -urN linux-2.6.9-rc1-mm3/fs/gfs/quota.c linux/fs/gfs/quota.c
 +      if (current->signal) {
 +              tty = current->signal->tty;
 +              if (tty && tty->driver->write)
-+                      tty->driver->write(tty, 0, line, len);
++                      tty->driver->write(tty, line, len);
 +      }
 +
 +      kfree(line);
This page took 5.715232 seconds and 4 git commands to generate.