mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
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>
This commit is contained in:
parent
ef0eaa1336
commit
7f28570185
1 changed files with 3 additions and 0 deletions
|
@ -259,6 +259,8 @@ void __pagevec_release(struct pagevec *pvec)
|
||||||
pagevec_reinit(pvec);
|
pagevec_reinit(pvec);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
EXPORT_SYMBOL(__pagevec_release);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* pagevec_release() for pages which are known to not be on the LRU
|
* pagevec_release() for pages which are known to not be on the LRU
|
||||||
*
|
*
|
||||||
|
@ -387,6 +389,7 @@ unsigned pagevec_lookup_tag(struct pagevec *pvec, struct address_space *mapping,
|
||||||
return pagevec_count(pvec);
|
return pagevec_count(pvec);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
EXPORT_SYMBOL(pagevec_lookup_tag);
|
||||||
|
|
||||||
#ifdef CONFIG_SMP
|
#ifdef CONFIG_SMP
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue