Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333187
b: refs/heads/master
c: 4e26622
h: refs/heads/master
i:
  333185: 1648afb
  333183: dd62275
v: v3
  • Loading branch information
Wei Yongjun authored and Trond Myklebust committed Oct 1, 2012
1 parent 71c2afb commit bbdb951
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: 96c9eae638765c2bf2ca4f5a6325484f9bb69aa7
refs/heads/master: 4e266229dbb0782d91b75633322edd632794b86d
3 changes: 1 addition & 2 deletions trunk/fs/nfs/blocklayout/extents.c
Original file line number Diff line number Diff line change
Expand Up @@ -683,8 +683,7 @@ encode_pnfs_block_layoutupdate(struct pnfs_block_layout *bl,
p = xdr_encode_hyper(p, lce->bse_length << SECTOR_SHIFT);
p = xdr_encode_hyper(p, 0LL);
*p++ = cpu_to_be32(PNFS_BLOCK_READWRITE_DATA);
list_del(&lce->bse_node);
list_add_tail(&lce->bse_node, &bl->bl_committing);
list_move_tail(&lce->bse_node, &bl->bl_committing);
bl->bl_count--;
count++;
}
Expand Down

0 comments on commit bbdb951

Please sign in to comment.