K 10 svn:author V 3 mav K 8 svn:date V 27 2008-12-13T22:26:24.500233Z K 7 svn:log V 384 Revert rev. 183277: Remove ng_rmnode_flags() function. ng_rmnode_self() was made to be called only while having node locked. When node is properly locked, any function call sent to it will always be queued. So turning ng_rmnode_self() into the ng_rmnode_flags() is not just meaningless, but incorrent, as it violates node locking when called outside. No objections: julian, thompsa END