Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48325
b: refs/heads/master
c: 8971a10
h: refs/heads/master
i:
  48323: 7fba235
v: v3
  • Loading branch information
NeilBrown authored and Linus Torvalds committed Feb 14, 2007
1 parent e5b7afa commit a96709c
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: 754ce4f29937ba11f16afa41a648a30b0fc1f075
refs/heads/master: 8971a1016b9db4164c3c1b47ae1fde2818becf91
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfsctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ static ssize_t nfsctl_transaction_write(struct file *file, const char __user *bu
return PTR_ERR(data);

rv = write_op[ino](file, data, size);
if (rv>0) {
if (rv >= 0) {
simple_transaction_set(file, rv);
rv = size;
}
Expand Down

0 comments on commit a96709c

Please sign in to comment.