diff options
Diffstat (limited to 'fs/nfs/read.c')
-rw-r--r-- | fs/nfs/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/read.c b/fs/nfs/read.c index f9f19784db82..1d95a60b2586 100644 --- a/fs/nfs/read.c +++ b/fs/nfs/read.c | |||
@@ -205,7 +205,7 @@ static void nfs_initiate_read(struct nfs_pgio_header *hdr, | |||
205 | } | 205 | } |
206 | 206 | ||
207 | static void | 207 | static void |
208 | nfs_async_read_error(struct list_head *head) | 208 | nfs_async_read_error(struct list_head *head, int error) |
209 | { | 209 | { |
210 | struct nfs_page *req; | 210 | struct nfs_page *req; |
211 | 211 | ||