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] [day] [month] [year] [list]
Date:   Fri, 28 Feb 2020 03:18:49 +0800
From:   kbuild test robot <lkp@...el.com>
To:     Ritesh Harjani <riteshh@...ux.ibm.com>
Cc:     kbuild-all@...ts.01.org, jack@...e.cz, tytso@....edu,
        linux-ext4@...r.kernel.org
Subject: [RFC PATCH] ext4: ext4_iomap_xattr_ops can be static


Fixes: e3d16669487e ("ext4: Move ext4_fiemap to use iomap framework.")
Signed-off-by: kbuild test robot <lkp@...el.com>
---
 extents.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c
index 204795232ce7e..42eeedd9db00c 100644
--- a/fs/ext4/extents.c
+++ b/fs/ext4/extents.c
@@ -4915,7 +4915,7 @@ static int ext4_iomap_xattr_begin(struct inode *inode, loff_t offset,
 	return error;
 }
 
-const struct iomap_ops ext4_iomap_xattr_ops = {
+static const struct iomap_ops ext4_iomap_xattr_ops = {
 	.iomap_begin		= ext4_iomap_xattr_begin,
 };
 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ