Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'nfsd-5.9-2' of git://git.linux-nfs.org/projects/cel/cel-2.6

Pull NFS server fix from Chuck Lever:
"Fix incorrect calculation on platforms that implement
flush_dcache_page()"

* tag 'nfsd-5.9-2' of git://git.linux-nfs.org/projects/cel/cel-2.6:
SUNRPC: Fix svc_flush_dcache()

+1 -1
+1 -1
net/sunrpc/svcsock.c
··· 228 228 static void svc_flush_bvec(const struct bio_vec *bvec, size_t size, size_t seek) 229 229 { 230 230 struct bvec_iter bi = { 231 - .bi_size = size, 231 + .bi_size = size + seek, 232 232 }; 233 233 struct bio_vec bv; 234 234