]> git.tdb.fi Git - ext/subsurface.git/commit
Move the "text" nodename hackery out of 'nodename()'
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Aug 2011 21:38:39 +0000 (14:38 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Aug 2011 21:38:39 +0000 (14:38 -0700)
commite1a939ac626dda5cf97122cb650c553b2d1fcb2a
tree53021f46d4c6a407007049e7b8ab36daac7fc160
parent4b3bd4b739bd7a89c5dd972fff726556b219aeb2
Move the "text" nodename hackery out of 'nodename()'

It's better to do it in the caller.  Debug users may well want the full
node name.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
parse.c