]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitffa0ec98acacf023c398e5a4b8ef26bc7d867901
treecf5897a3bef7fdfaf96edcce21ffc6738aaea941
parent32826a7938941d1a4fcc71770a063194634b4733
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