|
@@ -23,8 +23,8 @@
|
|
#include "nodelist.h"
|
|
#include "nodelist.h"
|
|
|
|
|
|
/* ---- Initial Security Label(s) Attachment callback --- */
|
|
/* ---- 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;
|
|
const struct xattr *xattr;
|
|
int err = 0;
|
|
int err = 0;
|