Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273766
b: refs/heads/master
c: 2b72c9c
h: refs/heads/master
v: v3
  • Loading branch information
Rakib Mullick authored and Trond Myklebust committed Nov 3, 2011
1 parent f30064b commit 8de5d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6f276e49fd108362be3fd67154aaaacf872ea026
refs/heads/master: 2b72c9ccd22c4a3299e5a358dcd639fb253730f4
3 changes: 1 addition & 2 deletions trunk/fs/nfs/write.c
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,6 @@ void nfs_writeback_done(struct rpc_task *task, struct nfs_write_data *data)
{
struct nfs_writeargs *argp = &data->args;
struct nfs_writeres *resp = &data->res;
struct nfs_server *server = NFS_SERVER(data->inode);
int status;

dprintk("NFS: %5u nfs_writeback_done (status %d)\n",
Expand Down Expand Up @@ -1277,7 +1276,7 @@ void nfs_writeback_done(struct rpc_task *task, struct nfs_write_data *data)
if (time_before(complain, jiffies)) {
dprintk("NFS: faulty NFS server %s:"
" (committed = %d) != (stable = %d)\n",
server->nfs_client->cl_hostname,
NFS_SERVER(data->inode)->nfs_client->cl_hostname,
resp->verf->committed, argp->stable);
complain = jiffies + 300 * HZ;
}
Expand Down

0 comments on commit 8de5d44

Please sign in to comment.