Commit 8d82694d authored by Andrew Morton's avatar Andrew Morton Committed by Dave Jones

[PATCH] Remove unused variable in nfs_readpage_result()

Remove unused local `fattr' in nfs_readpage_result().
parent 04d16611
...@@ -252,8 +252,7 @@ nfs_pagein_list(struct list_head *head, int rpages) ...@@ -252,8 +252,7 @@ nfs_pagein_list(struct list_head *head, int rpages)
void void
nfs_readpage_result(struct rpc_task *task) nfs_readpage_result(struct rpc_task *task)
{ {
struct nfs_read_data *data = (struct nfs_read_data *) task->tk_calldata; struct nfs_read_data *data = (struct nfs_read_data *)task->tk_calldata;
struct nfs_fattr *fattr = &data->fattr;
unsigned int count = data->res.count; unsigned int count = data->res.count;
dprintk("NFS: %4d nfs_readpage_result, (status %d)\n", dprintk("NFS: %4d nfs_readpage_result, (status %d)\n",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment