]> git.pld-linux.org Git - packages/kernel.git/blob - linux-2.4.20-acl-intermezzo-fix.patch
- added description of djurban's branch
[packages/kernel.git] / linux-2.4.20-acl-intermezzo-fix.patch
1 diff -urNp linux-2480/fs/intermezzo/vfs.c linux-2481/fs/intermezzo/vfs.c
2 --- linux-2480/fs/intermezzo/vfs.c      
3 +++ linux-2481/fs/intermezzo/vfs.c      
4 @@ -467,7 +467,7 @@ int lento_setattr(const char *name, stru
5          struct presto_file_set *fset;
6          int error;
7  #ifdef  CONFIG_INTERMEZZO_FS_POSIX_ACL
8 -        int (*set_posix_acl)(struct inode *, int type, posix_acl_t *)=NULL;
9 +        int (*set_posix_acl)(struct inode *, int type, struct posix_acl *)=NULL;
10  #endif
11  
12          ENTRY;
This page took 0.717456 seconds and 3 git commands to generate.