commit | 021a17ed796b62383f7623f4fea73787abddad77 | [log] [tgz] |
---|---|---|
author | Paolo Abeni <pabeni@redhat.com> | Tue May 15 16:24:37 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu May 17 12:46:54 2018 -0400 |
tree | 6e6b0d4339e495a4c94e8489f3b06a00033fa435 | |
parent | 96009c7d500efdd5534e83b2e3eb2c58d4b137ae [diff] |
pfifo_fast: drop unneeded additional lock on dequeue After the previous patch, for NOLOCK qdiscs, q->seqlock is always held when the dequeue() is invoked, we can drop any additional locking to protect such operation. Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>