Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115401
b: refs/heads/master
c: 8491945
h: refs/heads/master
i:
  115399: 4d58e71
v: v3
  • Loading branch information
Steve Dickson authored and Trond Myklebust committed Oct 7, 2008
1 parent 023316e commit 7b9572c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 96165e2b7c4e2c82a0b60c766d4a2036444c21a0
refs/heads/master: 8491945f11c227400ef294d560f6d7aace76bc33
3 changes: 2 additions & 1 deletion trunk/fs/nfs/mount_clnt.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <linux/sunrpc/clnt.h>
#include <linux/sunrpc/sched.h>
#include <linux/nfs_fs.h>
#include "internal.h"

#ifdef RPC_DEBUG
# define NFSDBG_FACILITY NFSDBG_MOUNT
Expand Down Expand Up @@ -98,7 +99,7 @@ int nfs_mount(struct sockaddr *addr, size_t len, char *hostname, char *path,

out_mnt_err:
dprintk("NFS: MNT server returned result %d\n", result.status);
status = -EACCES;
status = nfs_stat_to_errno(result.status);
goto out;
}

Expand Down

0 comments on commit 7b9572c

Please sign in to comment.