Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260835
b: refs/heads/master
c: 14f9a60
h: refs/heads/master
i:
  260833: cef3ec2
  260831: aa0b60a
v: v3
  • Loading branch information
Weston Andros Adamson authored and Trond Myklebust committed Jul 12, 2011
1 parent 238cccf commit cd1d375
Show file tree
Hide file tree
Showing 3 changed files with 244 additions and 133 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: c9895cb69b07a4b17d8fdae26667f9a9fba5183b
refs/heads/master: 14f9a6076f5388f3fd6341ad4b841337b28fc825
12 changes: 9 additions & 3 deletions trunk/fs/nfs/nfs4filelayout.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,17 @@ enum stripetype4 {
};

/* Individual ip address */
struct nfs4_pnfs_ds_addr {
struct sockaddr_storage da_addr;
size_t da_addrlen;
struct list_head da_node; /* nfs4_pnfs_dev_hlist dev_dslist */
char *da_remotestr; /* human readable addr+port */
};

struct nfs4_pnfs_ds {
struct list_head ds_node; /* nfs4_pnfs_dev_hlist dev_dslist */
struct sockaddr_storage ds_addr;
size_t ds_addrlen;
char *ds_remotestr; /* human readable addr+port */
char *ds_remotestr; /* comma sep list of addrs */
struct list_head ds_addrs;
struct nfs_client *ds_clp;
atomic_t ds_count;
};
Expand Down
Loading

0 comments on commit cd1d375

Please sign in to comment.