From 28920de4e8f73593e2d0f5dd72791c229626cbcb Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 4 Nov 2009 21:43:47 -0800 Subject: [PATCH] filestore: oops less noisy --- src/os/FileStore.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/os/FileStore.cc b/src/os/FileStore.cc index 3f77df20e6885..04868bc1c6863 100644 --- a/src/os/FileStore.cc +++ b/src/os/FileStore.cc @@ -662,10 +662,8 @@ int FileStore::_transaction_start(__u64 bytes, __u64 ops) btrfs_ioctl_trans_resv_start resv; resv.bytes = bytes; resv.ops = ops; - dout(0) << " doing IOC_TRANS_RESV_START" << dendl; r = ::ioctl(fd, BTRFS_IOC_TRANS_RESV_START, (unsigned long)&resv); } else { - dout(0) << " doing IOC_TRANS_START" << dendl; r = ::ioctl(fd, BTRFS_IOC_TRANS_START); } if (r < 0) { -- 2.39.5