Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42495
b: refs/heads/master
c: 46b9f8e
h: refs/heads/master
i:
  42493: 5c31ead
  42491: e07064f
  42487: a33aea1
  42479: 554d1c0
  42463: f5a86bb
  42431: 34339b7
  42367: 3c5adf1
  42239: 7e3b039
  41983: 132395c
v: v3
  • Loading branch information
Andy Ryan authored and Trond Myklebust committed Dec 6, 2006
1 parent 441348d commit cdaad9d
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: 8aca67f0ae2d8811165c22326825a645cc8e1b48
refs/heads/master: 46b9f8e1484352f09f229107ba2a758fe386d7f7
2 changes: 1 addition & 1 deletion trunk/fs/nfs/nfs3proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ nfs3_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,

/* If the server doesn't support the exclusive creation semantics,
* try again with simple 'guarded' mode. */
if (status == NFSERR_NOTSUPP) {
if (status == -ENOTSUPP) {
switch (arg.createmode) {
case NFS3_CREATE_EXCLUSIVE:
arg.createmode = NFS3_CREATE_GUARDED;
Expand Down

0 comments on commit cdaad9d

Please sign in to comment.