summaryrefslogtreecommitdiff
path: root/staging/mops_ext_bpdu.c
diff options
context:
space:
mode:
authorKartik Mistry <kartik@debian.org>2013-05-30 19:40:46 +0530
committerDaniel Borkmann <dborkman@redhat.com>2013-05-30 17:00:54 +0200
commit0239434a6a58ba371ffee9a06b6b7f1e3b9ef72e (patch)
tree572c8c38ab50aaa36d2ea0b425e663608bec75e4 /staging/mops_ext_bpdu.c
parent802845c9f38e7ad05e879a4778d947ad3637d1d3 (diff)
man: manpage hyphen fixes, take three
More hyphen fixes all over. Signed-off-by: Kartik Mistry <kartik@debian.org> Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'staging/mops_ext_bpdu.c')
0 files changed, 0 insertions, 0 deletions
eviction. If all of the above conditions have been satisfied, it is possible for the eviction algorithm to evict the current node, which will free the node without the driver knowing. To solve both issues described above: - the locking around the MMU invalidation loop and cache eviction loop has been improved so locks are not released in the loop body, - a new RB function is introduced which will "atomically" find and remove the matching node from the RB tree, preventing the MMU invalidation loop from touching it, and - the node being extended by the pin_vector_pages() function is removed from the eviction list prior to calling the eviction function. Reviewed-by: Dean Luick <dean.luick@intel.com> Signed-off-by: Mitko Haralanov <mitko.haralanov@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat