kcmp: Stop showing ids tree

Useless, at least in the form present
now it's unreadable anyway. So stop
welling out the logs.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Cyrill Gorcunov 2015-08-14 22:45:00 +03:00 committed by Pavel Emelyanov
parent db70a415ed
commit 40ed330c88
5 changed files with 0 additions and 61 deletions

View file

@ -16,6 +16,5 @@ struct stat;
struct fd_parms;
extern int fd_id_generate(pid_t pid, FdinfoEntry *fe, struct fd_parms *p);
extern int fd_id_generate_special(struct fd_parms *p, u32 *id);
extern void fd_id_show_tree(void);
#endif /* __CR_FILE_IDS_H__ */

View file

@ -25,6 +25,5 @@ struct kid_elem {
extern u32 kid_generate_gen(struct kid_tree *tree,
struct kid_elem *elem, int *new_id);
extern void kid_show_tree(struct kid_tree *tree);
#endif /* __CR_KCMP_IDS_H__ */