Files
linux-st/include/linux
Marcin Slusarz 756fa92f4d udf: fix udf_debug macro
udf_debug should be enclosed with do { } while (0)
to be safely used in code like below:
if (something)
	udf_debug();
else
	anything;
(Otherwise compiler will not compile it with:
"error: expected expression before 'else'")

Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Cc: Jan Kara <jack@suse.cz>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-02-08 09:22:35 -08:00
..
2008-02-06 10:41:15 -08:00
2008-02-07 08:42:23 -08:00
2008-02-06 10:41:02 -08:00
2008-02-08 02:09:56 +00:00
2008-02-08 09:22:24 -08:00
2008-02-07 20:39:40 -05:00
2008-02-07 08:42:30 -08:00
2008-02-08 09:22:29 -08:00
2008-02-07 20:39:44 -05:00
2008-02-06 02:57:51 +01:00
2008-02-06 22:39:45 +01:00
2008-02-06 10:41:02 -08:00
2008-02-08 09:22:31 -08:00
2008-02-06 10:41:21 -08:00
2008-02-08 09:22:29 -08:00
2008-02-07 08:42:30 -08:00
2008-02-08 09:22:31 -08:00
2008-02-06 10:41:01 -08:00
2008-02-08 09:22:31 -08:00
2008-02-06 16:29:59 +11:00
2008-02-06 10:41:20 -08:00
2008-02-08 09:22:31 -08:00
2008-02-08 09:22:26 -08:00
2008-02-07 08:42:34 -08:00
2008-02-07 08:42:30 -08:00
2008-02-08 09:22:27 -08:00
2008-02-08 09:22:31 -08:00
2008-02-07 08:42:34 -08:00
2008-02-08 09:22:31 -08:00
2008-02-06 10:41:02 -08:00
2008-02-07 08:42:16 -08:00
2008-02-08 09:22:34 -08:00
2008-02-08 09:22:35 -08:00
2008-02-06 10:41:03 -08:00