Home
last modified time | relevance | path

Searched hist:"0 f0a0e54" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/devpts/
H A Dinode.c0f0a0e54 Mon Jun 11 14:17:58 CDT 2018 Matthew Wilcox <willy@infradead.org> 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>
0f0a0e54 Mon Jun 11 14:17:58 CDT 2018 Matthew Wilcox <willy@infradead.org> 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>