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
| ||
|
Message-Id: <200612112004.04402.dada1@cosmosbay.com>
Date: Mon, 11 Dec 2006 20:04:03 +0100
From: Eric Dumazet <dada1@...mosbay.com>
To: Andrew Morton <akpm@...l.org>
Cc: linux-kernel <linux-kernel@...r.kernel.org>
Subject: [PATCH] constify pipe_buf_operations
pipe/splice should use const pipe_buf_operations and file_operations
struct pipe_inode_info has an unused field "start" : get rid of it.
Signed-off-by: Eric Dumazet <dada1@...mosbay.com>
View attachment "constify_pipe_buf_operations.patch" of type "text/plain" (3950 bytes)