]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] md: helper function to match commands written to sysfs files
authorNeilBrown <neilb@suse.de>
Fri, 6 Jan 2006 08:20:41 +0000 (00:20 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:34:07 +0000 (08:34 -0800)
commit8ce1f5971bff0006f18f5e7cb54f8a4b5bb0c808
treec653fdadc41cf35daae7455f794caec42cff05f0
parent3798ed4d45a0cdc546307aee3a3b9f20cf220684
[PATCH] md: helper function to match commands written to sysfs files

Commands written to sysfs files may, or my not, be \n terminated.  We want to
accept with case.  For this we use cmd_match.

Signed-off-by: Neil Brown <neilb@suse.de>
Acked-by: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/md/md.c