public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
* [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

* Re: [PATCH] make jffs2_initxattrs() static
  2012-02-14 10:11 [PATCH] make jffs2_initxattrs() static Nikola Pajkovsky
@ 2012-02-14 10:48 ` Dan Carpenter
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Carpenter @ 2012-02-14 10:48 UTC (permalink / raw)
  To: kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 471 bytes --]

The subject to the patch should have a subsystem prefix.  Normally,
the pattern would be
Subject: [PATCH] jffs2: make jffs2_initxattrs() static
but it varies from subsystem to subsystem.  You have to check with
git log --pretty=oneline fs/jffs2/security.c
or
git log --pretty=oneline fs/jffs2/

Every patch should be CC'd to a subsystem list.  In this case, it's
linux-mtd@lists.infradead.org.  You can find that with
./scripts/get_maintainer.pl.

regards,
dan carpenter

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[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