From 76b2d87cd4e4d591311c27c8cc098628021211f0 Mon Sep 17 00:00:00 2001 From: Djalal Harouni Date: Wed, 4 Jan 2012 22:32:12 -0500 Subject: [PATCH] --- yaml --- r: 282983 b: refs/heads/master c: 176576dbc8141528557eeeb007af2d5a2a4891ef h: refs/heads/master i: 282981: c33a98ff07792e52c03150690fc5257d2d2103b1 282979: 5a38b440c68ca922a18e6ca4d46b9f0841c2ac2f 282975: a84406560399384732594b1ed43b2912053cfaef v: v3 --- [refs] | 2 +- trunk/fs/ext4/xattr_security.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 0dcfcafa1d91..45190ae4a008 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9837d8e982b7e87a7207f90618e45d460e196e6a +refs/heads/master: 176576dbc8141528557eeeb007af2d5a2a4891ef diff --git a/trunk/fs/ext4/xattr_security.c b/trunk/fs/ext4/xattr_security.c index 34e4350dd4d9..e247f8bca8e4 100644 --- a/trunk/fs/ext4/xattr_security.c +++ b/trunk/fs/ext4/xattr_security.c @@ -48,8 +48,9 @@ ext4_xattr_security_set(struct dentry *dentry, const char *name, name, value, size, flags); } -int ext4_initxattrs(struct inode *inode, const struct xattr *xattr_array, - void *fs_info) +static int +ext4_initxattrs(struct inode *inode, const struct xattr *xattr_array, + void *fs_info) { const struct xattr *xattr; handle_t *handle = fs_info;