From: braam Date: Mon, 15 Oct 2001 07:31:34 +0000 (+0000) Subject: one more high memory kmap missing. X-Git-Tag: v1_7_100~6062 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=f054e0f46020b359d3f496f7fe1ff3b5995d6ea8;p=fs%2Flustre-release.git one more high memory kmap missing. --- diff --git a/lustre/obdfs/rw.c b/lustre/obdfs/rw.c index 313ebd3..05e74ba 100644 --- a/lustre/obdfs/rw.c +++ b/lustre/obdfs/rw.c @@ -99,6 +99,7 @@ int obdfs_prepare_write(struct file *file, struct page *page, unsigned from, uns int rc; ENTRY; + kmap(page); /* PDEBUG(page, "READ"); */ if (Page_Uptodate(page)) { EXIT;