diff options
Diffstat (limited to 'fs/jfs/jfs_acl.h')
| -rw-r--r-- | fs/jfs/jfs_acl.h | 9 | 
1 files changed, 2 insertions, 7 deletions
diff --git a/fs/jfs/jfs_acl.h b/fs/jfs/jfs_acl.h index 54e07559878..489f993b7b1 100644 --- a/fs/jfs/jfs_acl.h +++ b/fs/jfs/jfs_acl.h @@ -20,9 +20,9 @@  #ifdef CONFIG_JFS_POSIX_ACL -int jfs_check_acl(struct inode *, int); +struct posix_acl *jfs_get_acl(struct inode *inode, int type); +int jfs_set_acl(struct inode *inode, struct posix_acl *acl, int type);  int jfs_init_acl(tid_t, struct inode *, struct inode *); -int jfs_acl_chmod(struct inode *inode);  #else @@ -32,10 +32,5 @@ static inline int jfs_init_acl(tid_t tid, struct inode *inode,  	return 0;  } -static inline int jfs_acl_chmod(struct inode *inode) -{ -	return 0; -} -  #endif  #endif		/* _H_JFS_ACL */  | 
