projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
648b629
)
md: remove a stray command from a copy and paste error in resync_start_store
author
Dan Williams
<dan.j.williams@intel.com>
Wed, 30 Apr 2008 07:52:31 +0000
(
00:52
-0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 30 Apr 2008 15:29:33 +0000
(08:29 -0700)
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/md/md.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/md/md.c
b/drivers/md/md.c
index 32b2ad88a2f95b1d285bd8f510ef47bcf397044e..75a3f483522dab18ac7d0b1529d818ea958088a8 100644
(file)
--- a/
drivers/md/md.c
+++ b/
drivers/md/md.c
@@
-2460,7
+2460,6
@@
resync_start_show(mddev_t *mddev, char *page)
static ssize_t
resync_start_store(mddev_t *mddev, const char *buf, size_t len)
{
- /* can only set chunk_size if array is not yet active */
char *e;
unsigned long long n = simple_strtoull(buf, &e, 10);