Fix the annotated inline call position
commit03d8dff35eff1454f3747ca3482cd1f3c21c4e0b
authorChristopher Li <sparse@chrisli.org>
Fri, 23 Mar 2007 23:08:17 +0000 (23 16:08 -0700)
committerJosh Triplett <josh@freedesktop.org>
Fri, 20 Apr 2007 10:07:44 +0000 (20 03:07 -0700)
treee5fa229c5a905aed8b3378d85ae3183df7582191
parent5ca722cb2092be289ddfb779420d7d0bc7914bf8
Fix the annotated inline call position

Here is some diff comparing output between the sparse 0.2 and the tip of git.

-mm/mmap.c:1631:2: warning: context imbalance in 'expand_stack' - different lock
 contexts for basic block
+include/linux/rmap.h:55:2: warning: context imbalance in 'expand_stack' - diffe

The change is introduced by the inline annotate instruction,
which mark the bb->pos to the inline function.

This change make it back to the caller position.

Signed-Off-By: Christopher Li <sparse@chrisli.org>
linearize.c