Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16623
b: refs/heads/master
c: dc20f80
h: refs/heads/master
i:
  16621: bcd9c1c
  16619: 09a0eb8
  16615: 4229d75
  16607: 85c249c
v: v3
  • Loading branch information
Chuck Lever authored and Trond Myklebust committed Jan 6, 2006
1 parent e8c5d08 commit b983b96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: a911fd9a6046200e439b4af172e8379c0942eec3
refs/heads/master: dc20f803904dbf30f834dcc43c14701dfce32491
3 changes: 1 addition & 2 deletions trunk/fs/nfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -575,11 +575,10 @@ nfs_statfs(struct super_block *sb, struct kstatfs *buf)
buf->f_namelen = server->namelen;
out:
unlock_kernel();

return 0;

out_err:
printk(KERN_WARNING "nfs_statfs: statfs error = %d\n", -error);
dprintk("%s: statfs error = %d\n", __FUNCTION__, -error);
buf->f_bsize = buf->f_blocks = buf->f_bfree = buf->f_bavail = -1;
goto out;

Expand Down

0 comments on commit b983b96

Please sign in to comment.