Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231659
b: refs/heads/master
c: 274052e
h: refs/heads/master
i:
  231657: c4eb835
  231655: 07e6fee
v: v3
  • Loading branch information
Dr. David Alan Gilbert authored and Al Viro committed Jan 17, 2011
1 parent 73ba860 commit 89ef2d4
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: e0bb6bda43e20aa1db5774c73a519cd52c463a55
refs/heads/master: 274052ef0bac011249925f6616d147b1491fc601
2 changes: 1 addition & 1 deletion trunk/fs/hpfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ int hpfs_setattr(struct dentry *dentry, struct iattr *attr)
attr->ia_size != i_size_read(inode)) {
error = vmtruncate(inode, attr->ia_size);
if (error)
return error;
goto out_unlock;
}

setattr_copy(inode, attr);
Expand Down

0 comments on commit 89ef2d4

Please sign in to comment.