X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fobdclass%2Fcl_page.c;h=b338851a623fea99130937b7c0e7cfc736322eb6;hp=bbca0021bc867a5645becac3d274711a67d12343;hb=b15f3875f46eec3c5186fe6b84cf2cda7ceb8518;hpb=dfbc1e31b5e660e1a1dce54e2cf874f47ad79979 diff --git a/lustre/obdclass/cl_page.c b/lustre/obdclass/cl_page.c index bbca002..b338851 100644 --- a/lustre/obdclass/cl_page.c +++ b/lustre/obdclass/cl_page.c @@ -179,7 +179,7 @@ struct cl_page *cl_page_lookup(struct cl_object_header *hdr, pgoff_t index) EXPORT_SYMBOL(cl_page_lookup); /** - * Returns a list of pages by a given [start, end] of @obj. + * Returns a list of pages by a given [start, end] of \a obj. * * Gang tree lookup (radix_tree_gang_lookup()) optimization is absolutely * crucial in the face of [offset, EOF] locks. @@ -1192,7 +1192,7 @@ EXPORT_SYMBOL(cl_page_unmap); * * Call cl_page_operations::cpo_export() through all layers top-to-bottom. The * layer responsible for VM interaction has to mark/clear page as up-to-date - * by the @uptodate argument. + * by the \a uptodate argument. * * \see cl_page_operations::cpo_export() */