lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 5 Sep 2006 12:07:00 -0700
From:	Andrew Morton <akpm@...l.org>
To:	Andreas Gruenbacher <agruen@...e.de>
Cc:	linux-kernel@...r.kernel.org, James Morris <jmorris@...ei.org>,
	Kay Sievers <kay.sievers@...y.org>
Subject: Re: Access Control Lists for tmpfs

On Sat, 02 Sep 2006 00:14:23 +0200
Andreas Gruenbacher <agruen@...e.de> wrote:

> --- linux-2.6.18-rc5.orig/mm/shmem.c
> +++ linux-2.6.18-rc5/mm/shmem.c
> @@ -26,6 +26,8 @@
>  #include <linux/module.h>
>  #include <linux/init.h>
>  #include <linux/fs.h>
> +#include <linux/xattr.h>
> +#include <linux/generic_acl.h>
>  #include <linux/mm.h>
>  #include <linux/mman.h>
>  #include <linux/file.h>
> @@ -176,6 +178,7 @@ static const struct address_space_operat
>  static struct file_operations shmem_file_operations;
>  static struct inode_operations shmem_inode_operations;
>  static struct inode_operations shmem_dir_inode_operations;
> +static struct inode_operations shmem_special_inode_operations;
>  static struct vm_operations_struct shmem_vm_ops;
>  
>  static struct backing_dev_info shmem_backing_dev_info  __read_mostly = {
> @@ -630,13 +633,15 @@ static void shmem_truncate(struct inode 
>  	shmem_truncate_range(inode, inode->i_size, (loff_t)-1);
>  }
>  
> +extern struct generic_acl_operations shmem_acl_ops;

Can we move this declaration into a header file please?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ