Reiserfs: Wrong type of inline function Signed-off-by: Christoph Lameter --- fs/reiserfs/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: mm/fs/reiserfs/inode.c =================================================================== --- mm.orig/fs/reiserfs/inode.c 2007-11-28 19:59:41.083133259 -0800 +++ mm/fs/reiserfs/inode.c 2007-11-28 20:00:23.317882809 -0800 @@ -2006,7 +2006,7 @@ static int grab_tail_page(struct inode * unsigned long pos = 0; unsigned long start = 0; unsigned long blocksize = p_s_inode->i_sb->s_blocksize; - unsigned long offset = page_cache_index(p_s_inode->i_mapping, + unsigned long offset = page_cache_offset(p_s_inode->i_mapping, p_s_inode->i_size); struct buffer_head *bh; struct buffer_head *head;