]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/tty.h
memcg, slab: do not destroy children caches if parent has aliases
[karo-tx-linux.git] / include / linux / tty.h
index 4781d7b27dd39d9930164592d008aa1ac22772c3..1c3316a47d7e0386d1ede163c4f795275efc8130 100644 (file)
@@ -208,7 +208,7 @@ struct tty_port {
        wait_queue_head_t       delta_msr_wait; /* Modem status change */
        unsigned long           flags;          /* TTY flags ASY_*/
        unsigned char           console:1,      /* port is a console */
-                               low_latency:1;  /* direct buffer flush */
+                               low_latency:1;  /* optional: tune for latency */
        struct mutex            mutex;          /* Locking */
        struct mutex            buf_mutex;      /* Buffer alloc lock */
        unsigned char           *xmit_buf;      /* Optional buffer */