/* * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. * * This copyrighted material is made available to anyone wishing to use, * modify, copy, or redistribute it subject to the terms and conditions * of the GNU General Public License version 2. */ #ifndef __GFS2_DOT_H__ #define __GFS2_DOT_H__ enum { NO_CREATE = 0, CREATE = 1, }; enum { NO_FORCE = 0, FORCE = 1, }; #define GFS2_FAST_NAME_SIZE 8 #endif /* __GFS2_DOT_H__ */ rel='vcs-git' href='http:///git.distanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/include/scsi/scsi_eh.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2016-12-26 22:58:20 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2016-12-26 17:30:24 -0800
commit0dad3a3014a0b9e72521ff44f17e0054f43dcdea (patch)
tree6122a01208f56efd2766697a265ba559cbbbb452 /include/scsi/scsi_eh.h
parentb9d9d6911bd5c370ad4b3aa57d758c093d17aed5 (diff)
x86/mce/AMD: Make the init code more robust
If mce_device_init() fails then the mce device pointer is NULL and the AMD mce code happily dereferences it. Add a sanity check. Reported-by: Markus Trippelsdorf <markus@trippelsdorf.de> Reported-by: Boris Ostrovsky <boris.ostrovsky@oracle.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/scsi/scsi_eh.h')