summaryrefslogtreecommitdiff
path: root/fs/readdir.c
diff options
context:
space:
mode:
authorStefan Richter <stefanr@s5r6.in-berlin.de>2006-08-02 20:44:00 +0400
committerStefan Richter <stefanr@s5r6.in-berlin.de>2006-09-17 21:31:20 +0400
commit611aa19fd60fe57059d9972fa6ae29f7472a13cf (patch)
treea87f71ef393eec3e904291d1d5da1f2fdc5bb11b /fs/readdir.c
parent4b60912e52bc6ccdf587f2b92f3435ee2678d730 (diff)
downloadlinux-611aa19fd60fe57059d9972fa6ae29f7472a13cf.tar.xz
ieee1394: safer definition of empty macros
A deactivated macro, defined as "#define foo(bar)", will result in silent corruption if somebody forgets a semicolon after a call to foo. Replace it by "#define foo(bar) do {} while (0)" which will reveal any respective syntax errors. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'fs/readdir.c')
0 files changed, 0 insertions, 0 deletions