repositories
/
deb_libnfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
067ece8
)
[cosmetics] - removed trailing semicolon
author
Memphiz
<memphis@machzwo.de>
Wed, 29 May 2013 08:26:55 +0000
(10:26 +0200)
committer
Memphiz
<memphis@machzwo.de>
Wed, 29 May 2013 16:41:17 +0000
(18:41 +0200)
nfs/nfs.c
patch
|
blob
|
blame
|
history
diff --git
a/nfs/nfs.c
b/nfs/nfs.c
index 361502ff5b797998f60d5684bce826241f21e78a..44b7538aa11ed58e2952cfddee245e98272bcdbd 100644
(file)
--- a/
nfs/nfs.c
+++ b/
nfs/nfs.c
@@
-261,7
+261,7
@@
int rpc_nfs_write_async(struct rpc_context *rpc, rpc_cb cb, struct nfs_fh3 *fh,
args.file.data.data_val = fh->data.data_val;
args.offset = offset;
args.count = count;
- args.stable = stable_how;
;
+ args.stable = stable_how;
args.data.data_len = count;
args.data.data_val = buf;