-
由 Eric Dumazet 提交于
Avoid an atomic operation in kref_put() when the last reference is dropped. On most platforms, atomic_read() is a plan read of the counter and involves no atomic at all. Signed-off-by: NEric Dumazet <dada1@cosmosbay.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
8b5536bb