Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84195
b: refs/heads/master
c: 050416e
h: refs/heads/master
i:
  84193: f17130c
  84191: cc2b1c5
v: v3
  • Loading branch information
Adrian Bunk authored and David Woodhouse committed Nov 6, 2007
1 parent f400e30 commit 9f4a5ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6d88202e3985afc5ac62733b7673c7e815cda698
refs/heads/master: 050416e93354158b025360387746fb7257d7ce07
2 changes: 1 addition & 1 deletion trunk/fs/jffs2/acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ static void jffs2_iset_acl(struct inode *inode, struct posix_acl **i_acl, struct
spin_unlock(&inode->i_lock);
}

struct posix_acl *jffs2_get_acl(struct inode *inode, int type)
static struct posix_acl *jffs2_get_acl(struct inode *inode, int type)
{
struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode);
struct posix_acl *acl;
Expand Down
2 changes: 0 additions & 2 deletions trunk/fs/jffs2/acl.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ struct jffs2_acl_header {

#define JFFS2_ACL_NOT_CACHED ((void *)-1)

extern struct posix_acl *jffs2_get_acl(struct inode *inode, int type);
extern int jffs2_permission(struct inode *, int, struct nameidata *);
extern int jffs2_acl_chmod(struct inode *);
extern int jffs2_init_acl_pre(struct inode *, struct inode *, int *);
Expand All @@ -40,7 +39,6 @@ extern struct xattr_handler jffs2_acl_default_xattr_handler;

#else

#define jffs2_get_acl(inode, type) (NULL)
#define jffs2_permission (NULL)
#define jffs2_acl_chmod(inode) (0)
#define jffs2_init_acl_pre(dir_i,inode,mode) (0)
Expand Down

0 comments on commit 9f4a5ea

Please sign in to comment.