Skip to content

Commit

Permalink
jffs2: make jffs2_initxattrs() static
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Pajkovsky <n.pajkovsky@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
Nikola Pajkovsky authored and David Woodhouse committed Mar 26, 2012
1 parent 342d3a9 commit 273a65a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/jffs2/security.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
#include "nodelist.h"

/* ---- Initial Security Label(s) Attachment callback --- */
int jffs2_initxattrs(struct inode *inode, const struct xattr *xattr_array,
void *fs_info)
static int jffs2_initxattrs(struct inode *inode,
const struct xattr *xattr_array, void *fs_info)
{
const struct xattr *xattr;
int err = 0;
Expand Down

0 comments on commit 273a65a

Please sign in to comment.