ceph: fix comment, remove extraneous args

The offset/length arguments aren't used.

Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
Sage Weil
2010-11-09 12:24:53 -08:00
parent d8672d64b8
commit e98b6fed84
3 changed files with 11 additions and 15 deletions

View File

@@ -13,8 +13,7 @@
* build a vector of user pages
*/
struct page **ceph_get_direct_page_vector(const char __user *data,
int num_pages,
loff_t off, size_t len)
int num_pages)
{
struct page **pages;
int rc;