Re: [patch 18/19] Use page_cache_xxx for fs/xfs

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: David Chinner
Date: Wednesday, November 28, 2007 - 8:58 pm

On Wed, Nov 28, 2007 at 07:28:17PM -0800, Christoph Lameter wrote:

Good.


No, still need the roundup. i.e.:

-	p_offset = min_t(unsigned long, page_cache_offset(map, end_offset),
-					page_cache_size(map));
+	p_offset = page_cache_offset(map, end_offset);
	p_offset = p_offset ? roundup(p_offset, len) : page_cache_size(map);


And still need the roundup here as well.


Good.


Ok.

Cheers,

Dave.
-- 
Dave Chinner
Principal Engineer
SGI Australian Software Group
-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[patch 18/19] Use page_cache_xxx for fs/xfs, Christoph Lameter, (Wed Nov 28, 6:11 pm)
Re: [patch 18/19] Use page_cache_xxx for fs/xfs, David Chinner, (Wed Nov 28, 8:03 pm)
Re: [patch 18/19] Use page_cache_xxx for fs/xfs, Christoph Lameter, (Wed Nov 28, 8:28 pm)
Re: [patch 18/19] Use page_cache_xxx for fs/xfs, David Chinner, (Wed Nov 28, 8:58 pm)
Re: [patch 18/19] Use page_cache_xxx for fs/xfs, Christoph Lameter, (Wed Nov 28, 9:06 pm)
Re: [patch 18/19] Use page_cache_xxx for fs/xfs, David Chinner, (Wed Nov 28, 9:10 pm)
Re: [patch 18/19] Use page_cache_xxx for fs/xfs, Andrew Morton, (Thu Nov 29, 1:24 am)