diff options
| author | 2014-04-27 21:38:34 -0700 | |
|---|---|---|
| committer | 2014-04-27 21:38:34 -0700 | |
| commit | 37aa48368f2508defb1976be62e1ed6ca4dde683 (patch) | |
| tree | 59b606c740ddd10259fbf2248bb50498a319fa6d /include/linux/tty.h | |
| parent | staging/lustre/llite: Fix a compile warning. (diff) | |
| parent | Linux 3.15-rc3 (diff) | |
Merge 3.15-rc3 into staging-next
Diffstat (limited to 'include/linux/tty.h')
| -rw-r--r-- | include/linux/tty.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h index 1c3316a47d7e..036cccd80d9f 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h @@ -61,6 +61,7 @@ struct tty_bufhead { struct tty_buffer *head; /* Queue head */ struct work_struct work; struct mutex lock; + spinlock_t flush_lock; atomic_t priority; struct tty_buffer sentinel; struct llist_head free; /* Free queue head */ |
