Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82414
b: refs/heads/master
c: 48b4ba3
h: refs/heads/master
v: v3
  • Loading branch information
Chuck Lever authored and J. Bruce Fields committed Feb 1, 2008
1 parent c8ca00a commit 71b69be
Show file tree
Hide file tree
Showing 3 changed files with 3 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: a628f6675861d979405f751418e924c4ec7d457d
refs/heads/master: 48b4ba3fdd7af319e90ade395162430934ee7b87
2 changes: 1 addition & 1 deletion trunk/include/linux/nfsd/xdr.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ struct nfsd_symlinkargs {
char * fname;
unsigned int flen;
char * tname;
int tlen;
unsigned int tlen;
struct iattr attrs;
};

Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/nfsd/xdr3.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ struct nfsd3_symlinkargs {
char * fname;
unsigned int flen;
char * tname;
int tlen;
unsigned int tlen;
struct iattr attrs;
};

Expand Down

0 comments on commit 71b69be

Please sign in to comment.