Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f285701 authored by Steve French's avatar Steve French
Browse files

Export __pagevec_release and pagevec_lookup_tag



These are needed to implement cifs_writepages

Signed-off-by: default avatarDave Kleikamp <shaggy@austin.ibm.com>
Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent ef0eaa13
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -259,6 +259,8 @@ void __pagevec_release(struct pagevec *pvec)
	pagevec_reinit(pvec);
}

EXPORT_SYMBOL(__pagevec_release);

/*
 * 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);
}

EXPORT_SYMBOL(pagevec_lookup_tag);

#ifdef CONFIG_SMP
/*