Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267216
b: refs/heads/master
c: e6d05a7
h: refs/heads/master
v: v3
  • Loading branch information
Peng Tao authored and Trond Myklebust committed Oct 18, 2011
1 parent b940cf1 commit f0e37c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9b7eecdcfeb943f130d86bbc249fde4994b6fe30
refs/heads/master: e6d05a757c314ad88d0649d3835a8a1daa964236
3 changes: 3 additions & 0 deletions trunk/fs/nfs/blocklayout/blocklayout.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ bl_read_pagelist(struct nfs_read_data *rdata)
bl_end_io_read, par);
if (IS_ERR(bio)) {
rdata->pnfs_error = PTR_ERR(bio);
bio = NULL;
goto out;
}
}
Expand Down Expand Up @@ -581,6 +582,7 @@ bl_write_pagelist(struct nfs_write_data *wdata, int sync)
bl_end_io_write_zero, par);
if (IS_ERR(bio)) {
wdata->pnfs_error = PTR_ERR(bio);
bio = NULL;
goto out;
}
/* FIXME: This should be done in bi_end_io */
Expand Down Expand Up @@ -629,6 +631,7 @@ bl_write_pagelist(struct nfs_write_data *wdata, int sync)
bl_end_io_write, par);
if (IS_ERR(bio)) {
wdata->pnfs_error = PTR_ERR(bio);
bio = NULL;
goto out;
}
isect += PAGE_CACHE_SECTORS;
Expand Down

0 comments on commit f0e37c3

Please sign in to comment.