Skip to content
Snippets Groups Projects
Commit 0f0a0e54 authored by Matthew Wilcox's avatar Matthew Wilcox
Browse files

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: default avatarMatthew Wilcox <willy@infradead.org>
parent 169b480e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment