commit | 0f0a0e54a2a15174535349db3a22355a6b1cf5fa | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Mon Jun 11 15:17:58 2018 -0400 |
committer | Matthew Wilcox <willy@infradead.org> | Tue Aug 21 23:54:17 2018 -0400 |
tree | 6e011cfaeb3d11f8cab3d0581fad70b6afef7277 | |
parent | 169b480e4c8b7409119458ebfb755283a5fc9826 [diff] |
devpts: Convert to new IDA API ida_alloc_max() matches what this driver wants to do. Also removes a call to ida_pre_get(). We no longer need the protection of the mutex, so convert pty_count to an atomic_t and remove the mutex entirely. Signed-off-by: Matthew Wilcox <willy@infradead.org>