From 5afbcb99e36bf5a649842ba859af0e7d7a8577ea Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Sat, 16 Sep 2017 21:16:40 -0400 Subject: [PATCH] roots: drop open_root_nocache log entry After a few hundred subvol threads start running, the inode cache starts to thrash, and the log gets spammed with messages of the form: "open_root_nocache : " Ideally there would be some way to schedule work to minimize inode thrashing. Until that gets done, just silence the messages for now. Signed-off-by: Zygo Blaxell --- src/bees-roots.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bees-roots.cc b/src/bees-roots.cc index 818c730..bc0c9ae 100644 --- a/src/bees-roots.cc +++ b/src/bees-roots.cc @@ -397,7 +397,6 @@ Fd BeesRoots::open_root_nocache(uint64_t rootid) { BEESTRACE("open_root_nocache " << rootid); - BEESNOTE("open_root_nocache " << rootid); // Stop recursion at the root of the filesystem tree if (rootid == BTRFS_FS_TREE_OBJECTID) {