aboutsummaryrefslogtreecommitdiff
path: root/block/blk-core.c
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2009-09-10 23:13:28 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2009-09-10 14:55:01 -0700
commit0d03d59d9b31cd1e33b7e46a80b6fef66244b1f2 (patch)
treefab3cfc08a242b4744982b40cce837879ffa0272 /block/blk-core.c
parent526b678093a8a4bcf1ffffbe17bcf21c057eddf5 (diff)
md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined!
Commit b8313b6da7e2e7c7f47d93d8561969a3ff9ba0ea ("dm log: remove incorrect field from userspace table output") added a call to strstr() with a single-character "needle" string parameter. Unfortunately some versions of gcc replace such calls to strstr() by calls to strchr() behind our back. This causes linking errors if strchr() is defined as an inline function in <asm/string.h> (e.g. on m68k): | WARNING: "strchr" [drivers/md/dm-log-userspace.ko] undefined! Avoid this by explicitly calling strchr() instead. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Cc: stable@kernel.org Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'block/blk-core.c')
0 files changed, 0 insertions, 0 deletions