* [PATCH] make jffs2_initxattrs() static
@ 2012-02-14 10:11 Nikola Pajkovsky
2012-02-14 10:48 ` Dan Carpenter
0 siblings, 1 reply; 2+ messages in thread
From: Nikola Pajkovsky @ 2012-02-14 10:11 UTC (permalink / raw)
To: kernel-janitors
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
---
fs/jffs2/security.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/jffs2/security.c b/fs/jffs2/security.c
index 0f20208..304710c 100644
--- a/fs/jffs2/security.c
+++ b/fs/jffs2/security.c
@@ -23,7 +23,7 @@
#include "nodelist.h"
/* ---- Initial Security Label(s) Attachment callback --- */
-int jffs2_initxattrs(struct inode *inode, const struct xattr *xattr_array,
+static int jffs2_initxattrs(struct inode *inode, const struct xattr *xattr_array,
void *fs_info)
{
const struct xattr *xattr;
--
1.7.9.rc2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-02-14 10:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-14 10:11 [PATCH] make jffs2_initxattrs() static Nikola Pajkovsky
2012-02-14 10:48 ` Dan Carpenter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox