X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fext3%2Facl.h;h=98af0c0d0ba9570b23c4dc6602ee9eb5d922d011;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=f83830d44d204dd5b6183c4c7827b9d0e027b1ab;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/fs/ext3/acl.h b/fs/ext3/acl.h index f83830d44..98af0c0d0 100644 --- a/fs/ext3/acl.h +++ b/fs/ext3/acl.h @@ -7,7 +7,6 @@ #include #define EXT3_ACL_VERSION 0x0001 -#define EXT3_ACL_MAX_ENTRIES 32 typedef struct { __le16 e_tag; @@ -79,7 +78,6 @@ ext3_acl_chmod(struct inode *inode) static inline int ext3_init_acl(handle_t *handle, struct inode *inode, struct inode *dir) { - inode->i_mode &= ~current->fs->umask; return 0; } #endif /* CONFIG_EXT3_FS_POSIX_ACL */