Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57132
b: refs/heads/master
c: 3f0a676
h: refs/heads/master
v: v3
  • Loading branch information
Bryan Wu authored and Linus Torvalds committed May 31, 2007
1 parent 8df3843 commit a1299be
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: b4946ffb1860597b187d78d61ac6504177eb0ff8
refs/heads/master: 3f0a6766e0cc5a577805732e5adb50a585c58175
2 changes: 1 addition & 1 deletion trunk/fs/ramfs/file-nommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ static int ramfs_nommu_resize(struct inode *inode, loff_t newsize, loff_t size)
return ret;
}

ret = vmtruncate(inode, size);
ret = vmtruncate(inode, newsize);

return ret;
}
Expand Down

0 comments on commit a1299be

Please sign in to comment.