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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 23 Aug 2006 10:22:28 +0200
From:	Arjan van de Ven <arjan@...radead.org>
To:	Stephane Eranian <eranian@...nkl.hpl.hp.com>
Cc:	linux-kernel@...r.kernel.org, eranian@....hp.com
Subject: Re: [PATCH 11/18] 2.6.17.9 perfmon2 patch for review: file related
	operations support

On Wed, 2006-08-23 at 01:06 -0700, Stephane Eranian wrote:
> +struct file_operations pfm_file_ops = {
> +	.llseek = no_llseek,
> +	.read = pfm_read,
> +	.write = pfm_write,
> +	.poll = pfm_poll,
> +	.ioctl = pfm_ioctl,
> +	.open = pfm_no_open, /* special open to disallow open via /proc */
> +	.fasync = pfm_fasync,
> +	.release = pfm_close,
> +	.flush= pfm_flush,
> +	.mmap = pfm_mmap
> +};

these should be const


-
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