summaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorMatthew Wilcox2018-06-21 21:36:45 +0200
committerMatthew Wilcox2018-08-22 05:49:31 +0200
commit50d97d50715a8664f6bddc18211279cd74b8c3bf (patch)
treecef02f64a84dc6e0132be30ab0bccef1496ae85f /mm
parentradix-tree: Fix UBSAN warning (diff)
downloadkernel-qcow2-linux-50d97d50715a8664f6bddc18211279cd74b8c3bf.tar.gz
kernel-qcow2-linux-50d97d50715a8664f6bddc18211279cd74b8c3bf.tar.xz
kernel-qcow2-linux-50d97d50715a8664f6bddc18211279cd74b8c3bf.zip
ida: Lock the IDA in ida_destroy
The user has no need to handle locking between ida_simple_get() and ida_simple_remove(). They shouldn't be forced to think about whether ida_destroy() might be called at the same time as any of their other IDA manipulation calls. Improve the documnetation while I'm in here. Signed-off-by: Matthew Wilcox <willy@infradead.org>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions