From 48c81493f59aae30b1b6e65942951adad9107804 Mon Sep 17 00:00:00 2001 From: Fred Isaman Date: Wed, 19 Mar 2008 11:54:04 -0400 Subject: [PATCH] --- yaml --- r: 92884 b: refs/heads/master c: 4af68bffac444a23f027e18ff244101e63b79227 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/nfs/read.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index c72d76b343d5..4d9a7ea2203b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6d884e8fc8114dc8877218f06a9a9a1d801901e4 +refs/heads/master: 4af68bffac444a23f027e18ff244101e63b79227 diff --git a/trunk/fs/nfs/read.c b/trunk/fs/nfs/read.c index ab2f7d233e01..d333f5fedca1 100644 --- a/trunk/fs/nfs/read.c +++ b/trunk/fs/nfs/read.c @@ -251,7 +251,6 @@ static int nfs_pagein_multi(struct inode *inode, struct list_head *head, unsigne data = nfs_readdata_alloc(1); if (!data) goto out_bad; - INIT_LIST_HEAD(&data->pages); list_add(&data->pages, &list); requests++; nbytes -= len; @@ -298,7 +297,6 @@ static int nfs_pagein_one(struct inode *inode, struct list_head *head, unsigned if (!data) goto out_bad; - INIT_LIST_HEAD(&data->pages); pages = data->pagevec; while (!list_empty(head)) { req = nfs_list_entry(head->next);