Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190188
b: refs/heads/master
c: fb2162d
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Mahoney authored and Linus Torvalds committed Apr 24, 2010
1 parent 8a7f0d0 commit 9c36c25
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: 93d5c9be1ddd57d4063ce463c9ac2be1e5ee14f1
refs/heads/master: fb2162df74bb19552db3d988fd11c787cf5fad56
2 changes: 1 addition & 1 deletion trunk/fs/reiserfs/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ reiserfs_xattr_set_handle(struct reiserfs_transaction_handle *th,
if (!err && new_size < i_size_read(dentry->d_inode)) {
struct iattr newattrs = {
.ia_ctime = current_fs_time(inode->i_sb),
.ia_size = buffer_size,
.ia_size = new_size,
.ia_valid = ATTR_SIZE | ATTR_CTIME,
};

Expand Down

0 comments on commit 9c36c25

Please sign in to comment.