Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135928
b: refs/heads/master
c: 723be1f
h: refs/heads/master
v: v3
  • Loading branch information
Duane Griffin authored and Al Viro committed Mar 27, 2009
1 parent 964139f commit e60cc5a
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: b12903f1384cd176a3994a6bf6caf5a482169cc8
refs/heads/master: 723be1f30046a46471b00106ebef9d8c832f12e9
2 changes: 1 addition & 1 deletion trunk/fs/ufs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ static int ufs_symlink (struct inode * dir, struct dentry * dentry,
} else {
/* fast symlink */
inode->i_op = &ufs_fast_symlink_inode_operations;
memcpy((char*)&UFS_I(inode)->i_u1.i_data,symname,l);
memcpy(UFS_I(inode)->i_u1.i_symlink, symname, l);
inode->i_size = l-1;
}
mark_inode_dirty(inode);
Expand Down

0 comments on commit e60cc5a

Please sign in to comment.