Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 258550
Collapse All | Expand All

(-)modules/linux/vmhgfs/page.c (-1 / +1 lines)
Lines 866-868 Link Here
866
866
867
   page = __grab_cache_page(mapping, index);
867
   page = grab_cache_page_write_begin( mapping, index, 0 );
868
   if (page == NULL) {
868
   if (page == NULL) {

Return to bug 258550