LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [ext4:crypto 17/19] fs/ext4/namei.c:2056:5: sparse: symbol 'ext4_find_dest_de_crypt' was not declared. Should it be static?
@ 2015-01-24 0:33 kbuild test robot
2015-01-24 0:33 ` [PATCH ext4] ext4 crypto: ext4_find_dest_de_crypt() can be static kbuild test robot
0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2015-01-24 0:33 UTC (permalink / raw)
To: Michael Halcrow
Cc: kbuild-all, Theodore Ts'o, Uday Savagaonkar, Ildar Muslukhov,
Andreas Dilger, linux-ext4, linux-kernel
tree: git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git crypto
head: dfc8aa97bd527d156f6e7ee3f0286af2229be45d
commit: 2842df91db1447a594331116ee48fbf4647b3dd0 [17/19] ext4 crypto: filename encryption modifications
reproduce:
# apt-get install sparse
git checkout 2842df91db1447a594331116ee48fbf4647b3dd0
make ARCH=x86_64 allmodconfig
make C=1 CF=-D__CHECK_ENDIAN__
sparse warnings: (new ones prefixed by >>)
>> fs/ext4/namei.c:2056:5: sparse: symbol 'ext4_find_dest_de_crypt' was not declared. Should it be static?
Please review and possibly fold the followup patch.
---
0-DAY kernel test infrastructure Open Source Technology Center
http://lists.01.org/mailman/listinfo/kbuild Intel Corporation
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH ext4] ext4 crypto: ext4_find_dest_de_crypt() can be static
2015-01-24 0:33 [ext4:crypto 17/19] fs/ext4/namei.c:2056:5: sparse: symbol 'ext4_find_dest_de_crypt' was not declared. Should it be static? kbuild test robot
@ 2015-01-24 0:33 ` kbuild test robot
0 siblings, 0 replies; 2+ messages in thread
From: kbuild test robot @ 2015-01-24 0:33 UTC (permalink / raw)
To: Michael Halcrow
Cc: kbuild-all, Theodore Ts'o, Uday Savagaonkar, Ildar Muslukhov,
Andreas Dilger, linux-ext4, linux-kernel
fs/ext4/namei.c:2056:5: sparse: symbol 'ext4_find_dest_de_crypt' was not declared. Should it be static?
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
namei.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/ext4/namei.c b/fs/ext4/namei.c
index 0bd6758..7bbf0f9 100644
--- a/fs/ext4/namei.c
+++ b/fs/ext4/namei.c
@@ -2053,7 +2053,7 @@ journal_error:
}
#ifdef CONFIG_EXT4_FS_ENCRYPTION
-int ext4_find_dest_de_crypt(struct inode *dir, struct inode *inode,
+static int ext4_find_dest_de_crypt(struct inode *dir, struct inode *inode,
struct buffer_head *bh,
void *buf, int buf_size,
const char *name, int namelen,
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-24 0:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-24 0:33 [ext4:crypto 17/19] fs/ext4/namei.c:2056:5: sparse: symbol 'ext4_find_dest_de_crypt' was not declared. Should it be static? kbuild test robot
2015-01-24 0:33 ` [PATCH ext4] ext4 crypto: ext4_find_dest_de_crypt() can be static kbuild test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).