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 19:16:00 +0800
From:   kbuild test robot <lkp@...el.com>
To:     Harshad Shirwadkar <harshadshirwadkar@...il.com>
Cc:     kbuild-all@...ts.01.org, linux-ext4@...r.kernel.org,
        Harshad Shirwadkar <harshadshirwadkar@...il.com>
Subject: [RFC PATCH] ext4: __ext4_fc_track_range() can be static


Fixes: 9b03f2f7eee6 ("ext4: add generic diff tracking routines and range tracking")
Signed-off-by: kbuild test robot <lkp@...el.com>
---
 ext4_jbd2.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ext4/ext4_jbd2.c b/fs/ext4/ext4_jbd2.c
index 0907b1b913013..b65625bbe7146 100644
--- a/fs/ext4/ext4_jbd2.c
+++ b/fs/ext4/ext4_jbd2.c
@@ -414,7 +414,7 @@ struct __ext4_fc_track_range_args {
 #define MIN(__a, __b)  ((__a) < (__b) ? (__a) : (__b))
 #define MAX(__a, __b)  ((__a) > (__b) ? (__a) : (__b))
 
-int __ext4_fc_track_range(struct inode *inode, void *arg, bool update)
+static int __ext4_fc_track_range(struct inode *inode, void *arg, bool update)
 {
 	struct ext4_inode_info *ei = EXT4_I(inode);
 	struct __ext4_fc_track_range_args *__arg =

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ