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:   Tue, 8 May 2018 04:47:19 +0800
From:   kbuild test robot <lkp@...el.com>
To:     Liu Bo <bo.liu@...ux.alibaba.com>
Cc:     kbuild-all@...org, linux-ext4@...r.kernel.org
Subject: [RFC PATCH] Ext4: bigalloc: __ext4_es_find_range_type() can be static


Fixes: a5cd9de0522c ("Ext4: bigalloc: do not reserve space for delalloc extents if there is an available cluster")
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
 extents_status.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/fs/ext4/extents_status.c b/fs/ext4/extents_status.c
index c828c04..460ccfa 100644
--- a/fs/ext4/extents_status.c
+++ b/fs/ext4/extents_status.c
@@ -233,10 +233,10 @@ static struct extent_status *__es_tree_search(struct rb_root *root,
 	return NULL;
 }
 
-void __ext4_es_find_range_type(struct inode *inode,
-			       ext4_lblk_t lblk, ext4_lblk_t end,
-			       struct extent_status *es,
-			       ext4_es_istype_t *ext4_es_istype)
+static void __ext4_es_find_range_type(struct inode *inode,
+				      ext4_lblk_t lblk, ext4_lblk_t end,
+				      struct extent_status *es,
+				      ext4_es_istype_t *ext4_es_istype)
 {
 	struct ext4_es_tree *tree = NULL;
 	struct extent_status *es1 = NULL;

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ