Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299302
b: refs/heads/master
c: 02f5fde
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Apr 13, 2012
1 parent c681f31 commit 89492f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 04da6e9d63427b2d0fd04766712200c250b3278f
refs/heads/master: 02f5fde5df0ea930e70f93763dd48beff182b208
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfs4xdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -3410,7 +3410,7 @@ nfsd4_encode_test_stateid(struct nfsd4_compoundres *resp, int nfserr,
*p++ = htonl(test_stateid->ts_num_ids);

list_for_each_entry_safe(stateid, next, &test_stateid->ts_stateid_list, ts_id_list) {
*p++ = htonl(stateid->ts_id_status);
*p++ = stateid->ts_id_status;
}

ADJUST_ARGS();
Expand Down

0 comments on commit 89492f7

Please sign in to comment.