Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189801
b: refs/heads/master
c: 774f03f
h: refs/heads/master
i:
  189799: b409d7d
v: v3
  • Loading branch information
Dmitry Monakhov authored and Jan Kara committed Apr 12, 2010
1 parent 68ea6e0 commit 708fca9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fc7683a3c30c22131b1651271d6bf9ea113b77c5
refs/heads/master: 774f03fb2cf89951b5f5f363b7739a2835d5924e
2 changes: 2 additions & 0 deletions trunk/fs/ext3/symlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const struct inode_operations ext3_symlink_inode_operations = {
.readlink = generic_readlink,
.follow_link = page_follow_link_light,
.put_link = page_put_link,
.setattr = ext3_setattr,
#ifdef CONFIG_EXT3_FS_XATTR
.setxattr = generic_setxattr,
.getxattr = generic_getxattr,
Expand All @@ -45,6 +46,7 @@ const struct inode_operations ext3_symlink_inode_operations = {
const struct inode_operations ext3_fast_symlink_inode_operations = {
.readlink = generic_readlink,
.follow_link = ext3_follow_link,
.setattr = ext3_setattr,
#ifdef CONFIG_EXT3_FS_XATTR
.setxattr = generic_setxattr,
.getxattr = generic_getxattr,
Expand Down

0 comments on commit 708fca9

Please sign in to comment.