X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fext2%2Facl.h;h=503bfb0ed79b208365c50a0695243d55c43bca19;hb=49267fc82ad2825132be3b016d8eb58a90cb0c36;hp=c939b7b1209905cba3aa6622e04ad48600ede984;hpb=57949e8006de9643ac95447143e0211be3ff5f81;p=pandora-kernel.git diff --git a/fs/ext2/acl.h b/fs/ext2/acl.h index c939b7b12099..503bfb0ed79b 100644 --- a/fs/ext2/acl.h +++ b/fs/ext2/acl.h @@ -54,13 +54,12 @@ static inline int ext2_acl_count(size_t size) #ifdef CONFIG_EXT2_FS_POSIX_ACL /* acl.c */ -extern int ext2_check_acl (struct inode *, int, unsigned int); +extern struct posix_acl *ext2_get_acl(struct inode *inode, int type); extern int ext2_acl_chmod (struct inode *); extern int ext2_init_acl (struct inode *, struct inode *); #else #include -#define ext2_check_acl NULL #define ext2_get_acl NULL #define ext2_set_acl NULL