Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153632
b: refs/heads/master
c: 99835db
h: refs/heads/master
v: v3
  • Loading branch information
Chuck Lever authored and Trond Myklebust committed Jun 18, 2009
1 parent d6b00f5 commit 771bc31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: 29a1bd6bf8c7a9ff511aaaf7e40fd6ca5198babe
refs/heads/master: 99835db430904e90c0640ebc6b91cd2a90a118f7
8 changes: 0 additions & 8 deletions trunk/fs/nfs/mount_clnt.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,6 @@ int nfs_mount(struct nfs_mount_request *info)
/*
* XDR encode/decode functions for MOUNT
*/
static int xdr_encode_dirpath(struct rpc_rqst *req, __be32 *p,
const char *path)
{
p = xdr_encode_string(p, path);

req->rq_slen = xdr_adjust_iovec(req->rq_svec, p);
return 0;
}

static int encode_mntdirpath(struct xdr_stream *xdr, const char *pathname)
{
Expand Down

0 comments on commit 771bc31

Please sign in to comment.