lkml.org 
[lkml]   [2012]   [Feb]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 51/60] net: remove the second argument of k[un]map_atomic()
    Date
    Acked-by: David S. Miller <davem@davemloft.net>
    Signed-off-by: Cong Wang <amwang@redhat.com>
    ---
    net/core/kmap_skb.h | 4 ++--
    1 files changed, 2 insertions(+), 2 deletions(-)

    diff --git a/net/core/kmap_skb.h b/net/core/kmap_skb.h
    index 81e1ed7..52d0a44 100644
    --- a/net/core/kmap_skb.h
    +++ b/net/core/kmap_skb.h
    @@ -7,12 +7,12 @@ static inline void *kmap_skb_frag(const skb_frag_t *frag)

    local_bh_disable();
    #endif
    - return kmap_atomic(skb_frag_page(frag), KM_SKB_DATA_SOFTIRQ);
    + return kmap_atomic(skb_frag_page(frag));
    }

    static inline void kunmap_skb_frag(void *vaddr)
    {
    - kunmap_atomic(vaddr, KM_SKB_DATA_SOFTIRQ);
    + kunmap_atomic(vaddr);
    #ifdef CONFIG_HIGHMEM
    local_bh_enable();
    #endif
    --
    1.7.7.6


    \
     
     \ /
      Last update: 2012-02-10 06:49    [W:4.321 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site