aboutsummaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorArjan van de Ven <[email protected]>2007-10-15 11:01:53 +0200
committerJens Axboe <[email protected]>2007-10-16 09:59:54 +0200
commit7344be053ab9a1910e77ba6472883a5c83dda569 (patch)
tree1db6c38ced516ef84913f6460cfcc60f50059e89 /include/linux/debugobjects.h
parent65a6ec0d72a07f16719e9b7a96e1c4bae044b591 (diff)
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 <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions