Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324397
b: refs/heads/master
c: 00b8335
h: refs/heads/master
i:
  324395: e6bb767
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Sep 4, 2012
1 parent df33165 commit b64c670
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: 1f94ea8181a9305a5d5cf635a6a4e9ac8ee3d2c3
refs/heads/master: 00b8335517b50b716960377b63a9ae63ed72322c
3 changes: 1 addition & 2 deletions trunk/tools/hv/hv_kvp_daemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ static void kvp_update_mem_state(int pool)
}
static int kvp_file_init(void)
{
int ret, fd;
int fd;
FILE *filep;
size_t records_read;
__u8 *fname;
Expand Down Expand Up @@ -312,7 +312,6 @@ static int kvp_key_add_or_modify(int pool, __u8 *key, int key_size, __u8 *value,
int value_size)
{
int i;
int j, k;
int num_records;
struct kvp_record *record;
int num_blocks;
Expand Down

0 comments on commit b64c670

Please sign in to comment.