mbox series

[SRU,noble:linux,0/1] left-over ceph debugging printks

Message ID 20240309042527.630804-1-john.cabaj@canonical.com
Headers show
Series left-over ceph debugging printks | expand

Message

John Cabaj March 9, 2024, 4:25 a.m. UTC
[Impact]

* Request to reduce log spam from ceph debugging

[Fix]

* Simple revert of 603b74b4176f, which added some debug logging
* Same commit was reverted in Mantic as part of https://bugs.launchpad.net/bugs/2041613,
  commit 3c9a7d086da4

[Test Cases]

* Compile tested

[Where things could go wrong]

* No regression risk - simply removing printk statements

John Cabaj (1):
  Revert "UBUNTU: SAUCE: ceph: make sure all the files successfully put
    before unmounting"

 fs/crypto/keyring.c | 6 +-----
 fs/inode.c          | 5 +----
 2 files changed, 2 insertions(+), 9 deletions(-)

Comments

Andrea Righi March 9, 2024, 6:43 a.m. UTC | #1
On Fri, Mar 08, 2024 at 10:25:26PM -0600, John Cabaj wrote:
> [Impact]
> 
> * Request to reduce log spam from ceph debugging
> 
> [Fix]
> 
> * Simple revert of 603b74b4176f, which added some debug logging
> * Same commit was reverted in Mantic as part of https://bugs.launchpad.net/bugs/2041613,
>   commit 3c9a7d086da4
> 
> [Test Cases]
> 
> * Compile tested
> 
> [Where things could go wrong]
> 
> * No regression risk - simply removing printk statements

Applied to noble/linux and noble/linux-unstable.

Thanks for fixing this.

-Andrea