Re: [patch 01/19] Define functions for page cache handling
From: Fengguang Wu <hidden>
Date: 2007-11-29 08:44:21
Also in:
linux-fsdevel
From: Fengguang Wu <hidden>
Date: 2007-11-29 08:44:21
Also in:
linux-fsdevel
On Wed, Nov 28, 2007 at 05:10:53PM -0800, Christoph Lameter wrote:
+static inline loff_t page_cache_mask(struct address_space *a)
+{
+ return (loff_t)PAGE_MASK;
+}A tiny question: Why choose loff_t instead of 'unsigned long'? It's not obvious because page_cache_mask() is not referenced in this patchset at all ;-) -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>