The branch, master has been updated
       via  a6c9c86b2f4 vfs_btrfs: reduce loglevel message to DEBUG in 
btrfs_fget_compression()
      from  81aa4efa7b7 s4:kdc: Make RBCD access check less strict

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit a6c9c86b2f4c7d74c9b74486bdd16feb42f77cc0
Author: Ralph Boehme <s...@samba.org>
Date:   Tue Jun 14 07:09:09 2022 +0200

    vfs_btrfs: reduce loglevel message to DEBUG in btrfs_fget_compression()
    
    This restores behaviour of previous versions. The proper fix would be for 
the
    ioctl() to work on O_PATH handles.
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=15004
    
    Signed-off-by: Ralph Boehme <s...@samba.org>
    Reviewed-by: Jeremy Allison <j...@samba.org>
    
    Autobuild-User(master): Jeremy Allison <j...@samba.org>
    Autobuild-Date(master): Tue Jun 14 18:27:43 UTC 2022 on sn-devel-184

-----------------------------------------------------------------------

Summary of changes:
 source3/modules/vfs_btrfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_btrfs.c b/source3/modules/vfs_btrfs.c
index 309923a9320..1ee3f1831c6 100644
--- a/source3/modules/vfs_btrfs.c
+++ b/source3/modules/vfs_btrfs.c
@@ -500,7 +500,7 @@ static NTSTATUS btrfs_fget_compression(struct 
vfs_handle_struct *handle,
 
        fd = open(p, O_RDONLY);
        if (fd == -1) {
-               DBG_ERR("/proc open of %s failed: %s\n", p, strerror(errno));
+               DBG_DEBUG("/proc open of %s failed: %s\n", p, strerror(errno));
                return map_nt_error_from_unix(errno);
        }
 


-- 
Samba Shared Repository

Reply via email to