Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299303
b: refs/heads/master
c: afcf679
h: refs/heads/master
i:
  299301: c681f31
  299299: ad2da51
  299295: 37d89d1
v: v3
  • Loading branch information
Al Viro committed Apr 13, 2012
1 parent 89492f7 commit 973015a
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: 02f5fde5df0ea930e70f93763dd48beff182b208
refs/heads/master: afcf6792afd66209161495f691e19d4fc5460a93
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfs4xdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1392,7 +1392,7 @@ nfsd4_decode_test_stateid(struct nfsd4_compoundargs *argp, struct nfsd4_test_sta
for (i = 0; i < test_stateid->ts_num_ids; i++) {
stateid = kmalloc(sizeof(struct nfsd4_test_stateid_id), GFP_KERNEL);
if (!stateid) {
status = PTR_ERR(stateid);
status = nfserrno(-ENOMEM);
goto out;
}

Expand Down

0 comments on commit 973015a

Please sign in to comment.