X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fobdclass%2Fcl_page.c;fp=lustre%2Fobdclass%2Fcl_page.c;h=b8639fd07409f590ca5e130be612d28234fe24df;hp=9a3b160767014077c48688f12e79931950f79b0e;hb=adc9384fd11b7fb3b71b363c310c9fa7b37e469f;hpb=34bdd30ec6a2010dfd98c5110487df210d03815d diff --git a/lustre/obdclass/cl_page.c b/lustre/obdclass/cl_page.c index 9a3b1607..b8639fd 100644 --- a/lustre/obdclass/cl_page.c +++ b/lustre/obdclass/cl_page.c @@ -218,7 +218,6 @@ struct cl_page *cl_page_alloc(const struct lu_env *env, } RETURN(page); } -EXPORT_SYMBOL(cl_page_alloc); /** * Returns a cl_page with index \a idx at the object \a o, and associated with @@ -1106,7 +1105,6 @@ int cl_page_cancel(const struct lu_env *env, struct cl_page *page) (const struct lu_env *, const struct cl_page_slice *)); } -EXPORT_SYMBOL(cl_page_cancel); /** * Converts a byte offset within object \a obj into a page index.