public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] jffs2: make jffs2_initxattrs() static
@ 2012-02-19 18:51 Nikola Pajkovsky
  2012-02-29 11:12 ` Artem Bityutskiy
  0 siblings, 1 reply; 2+ messages in thread
From: Nikola Pajkovsky @ 2012-02-19 18:51 UTC (permalink / raw)
  To: David Woodhouse; +Cc: Nikola Pajkovsky, kernel-janitors, linux-mtd

Signed-off-by: Nikola Pajkovsky <n.pajkovsky@gmail.com>
---
 fs/jffs2/security.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.1.244.gb0d66b

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-29 11:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-19 18:51 [PATCH] jffs2: make jffs2_initxattrs() static Nikola Pajkovsky
2012-02-29 11:12 ` Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox