On Mon, 2007-04-02 at 14:09 +0200, Nick Piggin wrote: > Updated aops patchset against 2.6.21-rc5. > > http://www.kernel.org/pub/linux/kernel/people/npiggin/patches/new-aops/ > > Files/dirs are 2.6.21-rc5-new-aops* One more cleanup. "index" is unused. BTW, I will take a shot at ext4 tomorrow. (If you want me to roll all my fixes and send them to you,u, 5.) 1c link 5.orig? h2 ( and send them to you, let me know). Thanks, Badari --- mm/filemap.c | 2 -- 1 file changed, 2 deletions(-) Index: linux-2.6.21-rc5/mm/filemap.c =================================================================== --- linux-2.6.21-rc5.orig/mm/filemap.c 2007-04-02 16:23:48.000000000 -0700 +++ linux-2.6.21-rc5/mm/filemap.c 2007-04-02 16:53:13.000000000 -0700 @@ -2383,14 +2383,12 @@ static ssize_t generic_perform_write(str do { struct page *page; - pgoff_t index; /* Pagecache index for current page */ unsigned long offset; /* Offset into pagecache page */ unsigned long bytes; /* Bytes to write to page */ size_t copied; /* Bytes copied from user */ void *fsdata; offset = (pos & (PAGE_CACHE_SIZE - 1)); - index = pos >> PAGE_CACHE_SHIFT; bytes = min_t(unsigned long, PAGE_CACHE_SIZE - offset, iov_iter_count(i)); - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html