Commit 7f28570185f98bfa83f775756ced79e9f22b6d93

Authored by Steve French
1 parent ef0eaa1336

Export __pagevec_release and pagevec_lookup_tag

These are needed to implement cifs_writepages

Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

... ... @@ -259,6 +259,8 @@
259 259 pagevec_reinit(pvec);
260 260 }
261 261  
  262 +EXPORT_SYMBOL(__pagevec_release);
  263 +
262 264 /*
263 265 * pagevec_release() for pages which are known to not be on the LRU
264 266 *
... ... @@ -387,6 +389,7 @@
387 389 return pagevec_count(pvec);
388 390 }
389 391  
  392 +EXPORT_SYMBOL(pagevec_lookup_tag);
390 393  
391 394 #ifdef CONFIG_SMP
392 395 /*