X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Freiserfs%2Fxattr_acl.c;h=df4592a4f107c18a5f3d7d7c30221a4871a5e227;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=b600930ffd8e4b44675de68c70de268051b56b35;hpb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;p=linux-2.6.git diff --git a/fs/reiserfs/xattr_acl.c b/fs/reiserfs/xattr_acl.c index b600930ff..df4592a4f 100644 --- a/fs/reiserfs/xattr_acl.c +++ b/fs/reiserfs/xattr_acl.c @@ -9,6 +9,8 @@ #include #include +static int reiserfs_set_acl(struct inode *inode, int type, struct posix_acl *acl); + static int xattr_set_acl(struct inode *inode, int type, const void *value, size_t size) { @@ -243,7 +245,7 @@ reiserfs_get_acl(struct inode *inode, int type) * inode->i_sem: down * BKL held [before 2.5.x] */ -int +static int reiserfs_set_acl(struct inode *inode, int type, struct posix_acl *acl) { char *name;