commit | 9305cfa4443dbfb99faf35c5603ec0c0e91b5ef8 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Sat Nov 10 22:06:01 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Nov 10 22:06:01 2007 -0800 |
tree | 957551b7016caedcb6f85ec733e6a14d6707096f | |
parent | 8032b46489e50ef8f3992159abd0349b5b8e476c [diff] |
[AF_UNIX]: Make unix_tot_inflight counter non-atomic This counter is _always_ modified under the unix_gc_lock spinlock, so its atomicity can be provided w/o additional efforts. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>