Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299645
b: refs/heads/master
c: 8ccd271
h: refs/heads/master
i:
  299643: c27042b
v: v3
  • Loading branch information
Fred Isaman authored and Trond Myklebust committed Apr 20, 2012
1 parent edeafaf commit cd9e3e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 73fb7bc7c57d971b11f2e00536ac2d3e316e0609
refs/heads/master: 8ccd271f7a3a846ce6f85ead0760d9d12994a611
2 changes: 1 addition & 1 deletion trunk/fs/nfs/write.c
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ static int nfs_flush_multi(struct nfs_pageio_descriptor *desc, struct list_head
while (!list_empty(res)) {
data = list_entry(res->next, struct nfs_write_data, list);
list_del(&data->list);
nfs_writedata_free(data);
nfs_writedata_release(data);
}
nfs_redirty_request(req);
return -ENOMEM;
Expand Down

0 comments on commit cd9e3e6

Please sign in to comment.