From: Arjan van de Ven Date: Mon, 15 Oct 2007 09:01:53 +0000 (+0200) Subject: bsg: mark struct file_operations const X-Git-Tag: v2.6.24-rc1~833^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7344be053ab9a1910e77ba6472883a5c83dda569;p=pandora-kernel.git bsg: mark struct file_operations const struct file_operations is generally const (to avoid false sharing and get compile time errors on accidental writing to this shared structure); bsg recently added one of these without the const keyword. Patch below marks it const.... Signed-off-by: Arjan van de Ven Signed-off-by: Jens Axboe --- Reading git-diff-tree failed