]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
filestore: oops less noisy
authorSage Weil <sage@newdream.net>
Thu, 5 Nov 2009 05:43:47 +0000 (21:43 -0800)
committerSage Weil <sage@newdream.net>
Thu, 5 Nov 2009 05:43:55 +0000 (21:43 -0800)
src/os/FileStore.cc

index 3f77df20e6885f1d61552ce98b1182b07059ec94..04868bc1c6863ec1b9f0ffb2097cac1e9ed150b3 100644 (file)
@@ -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) {