Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124993
b: refs/heads/master
c: a63d0ff
h: refs/heads/master
i:
  124991: b320c09
v: v3
  • Loading branch information
Duane Griffin authored and Al Viro committed Dec 31, 2008
1 parent 73bbe96 commit a7fe00c
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 21acaf8e8da00235be59a3e489d5fa2a8721cafc
refs/heads/master: a63d0ff31a136bdf52350c4e6c2929eaf47ea2b2
4 changes: 3 additions & 1 deletion trunk/fs/freevxfs/vxfs_inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,10 @@ vxfs_iget(struct super_block *sbp, ino_t ino)
if (!VXFS_ISIMMED(vip)) {
ip->i_op = &page_symlink_inode_operations;
ip->i_mapping->a_ops = &vxfs_aops;
} else
} else {
ip->i_op = &vxfs_immed_symlink_iops;
vip->vii_immed.vi_immed[ip->i_size] = '\0';
}
} else
init_special_inode(ip, ip->i_mode, old_decode_dev(vip->vii_rdev));

Expand Down

0 comments on commit a7fe00c

Please sign in to comment.