lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 27 Dec 2019 08:17:49 +0800
From:   kbuild test robot <lkp@...el.com>
To:     yu kuai <yukuai3@...wei.com>
Cc:     kbuild-all@...ts.01.org, darrick.wong@...cle.com,
        bfoster@...hat.com, dchinner@...hat.com, sandeen@...deen.net,
        cmaiolino@...hat.com, hch@....de, linux-xfs@...r.kernel.org,
        linux-kernel@...r.kernel.org, yukuai3@...wei.com,
        zhengbin13@...wei.com, yi.zhang@...wei.com, houtao1@...wei.com
Subject: [RFC PATCH] xfs: try_split_da_extent can be static


Fixes: 1c6c6a28e3cb ("xfs: fix stale data exposure problem when punch hole, collapse range or zero range across a delalloc extent")
Signed-off-by: kbuild test robot <lkp@...el.com>
---
 xfs_file.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/xfs/xfs_file.c b/fs/xfs/xfs_file.c
index 40773d7e6d235..f0b7e60860470 100644
--- a/fs/xfs/xfs_file.c
+++ b/fs/xfs/xfs_file.c
@@ -786,7 +786,7 @@ xfs_break_layouts(
 
 	return error;
 }
-int
+static int
 try_split_da_extent(
 	struct xfs_inode	*ip,
 	loff_t			offset,

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ