reiserfs: xattr reiserfs_get_page takes offset instead of index
authorJeff Mahoney <jeffm@suse.com>
Mon, 30 Mar 2009 18:02:30 +0000 (14:02 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 30 Mar 2009 19:16:37 +0000 (12:16 -0700)
commitec6ea56b2f1d3811815e53131e85fd1fc9b51873
treecf5897a3bef7fdfaf96edcce21ffc6738aaea941
parentf437c529e3cd4853c1edff6fe3b191ad32304e8f
reiserfs: xattr reiserfs_get_page takes offset instead of index

This patch changes reiserfs_get_page to take an offset rather than an
index since no callers calculate the index differently.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/reiserfs/xattr.c