• Andrew Morton's avatar
    [PATCH] kNFSd: Allow larger writes to sunrpc/svc caches. · 4fc69688
    Andrew Morton authored
    From: NeilBrown <neilb@cse.unsw.edu.au>
    
    We currently serialize all writes to these caches with queue_io_sem, so we
    only needed one buffer.
    
    There is some need for larger-than-one-page writes, so we can just statically
    allocate a buffer.
    4fc69688
cache.c 27.5 KB