summaryrefslogtreecommitdiffstats
path: root/main.cxx
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2009-03-10 15:51:09 -0700
committerJosh Stone <jistone@redhat.com>2009-03-10 15:51:09 -0700
commit381dc4158249cffce8e76a3ea6874a084b41bf26 (patch)
treecaf6bce22052036cdbbbe9c2af59cacfa1efc9ab /main.cxx
parent6351f32433edb111b28362963c97d1cd0d1d8561 (diff)
downloadsystemtap-steved-381dc4158249cffce8e76a3ea6874a084b41bf26.tar.gz
systemtap-steved-381dc4158249cffce8e76a3ea6874a084b41bf26.tar.xz
systemtap-steved-381dc4158249cffce8e76a3ea6874a084b41bf26.zip
Merge sequential casts in the vfs tapset
A few places in this tapset were using a pattern like this: i_sb = @cast(foo, "inode")->i_sb return @cast(foo, "super_block")->bar The type of i_sb is already known, so I just merged this to: return @cast(foo, "inode")->i_sb->bar
Diffstat (limited to 'main.cxx')
0 files changed, 0 insertions, 0 deletions