The branch, master has been updated
       via  c2189932b4d vfs_btrfs: Log the correct fd value
      from  b2866ad8816 s3:libsmb: Rework check_negative_conn_cache()

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


- Log -----------------------------------------------------------------
commit c2189932b4df57399f019b17f78aef5db1666147
Author: SATOH Fumiyasu <[email protected]>
Date:   Wed Jan 14 15:39:29 2026 +0900

    vfs_btrfs: Log the correct fd value
    
    Signed-off-by: SATOH Fumiyasu <[email protected]>
    Reviewed-by: Douglas Bagnall <[email protected]>
    Reviewed-by: Volker Lendecke <[email protected]>
    
    Autobuild-User(master): Volker Lendecke <[email protected]>
    Autobuild-Date(master): Wed Jan 14 14:07:38 UTC 2026 on atb-devel-224

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

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 1c3bcbea971..75ecacf709a 100644
--- a/source3/modules/vfs_btrfs.c
+++ b/source3/modules/vfs_btrfs.c
@@ -88,7 +88,7 @@ static NTSTATUS btrfs_fget_compression(struct 
vfs_handle_struct *handle,
                ret = ioctl(fsp_fd, FS_IOC_GETFLAGS, &flags);
                if (ret < 0) {
                        DBG_WARNING("FS_IOC_GETFLAGS failed: %s, fd %lld\n",
-                                   strerror(errno), (long long)fd);
+                                   strerror(errno), (long long)fsp_fd);
                        return map_nt_error_from_unix(errno);
                }
                if (flags & FS_COMPR_FL) {


-- 
Samba Shared Repository

Reply via email to