]> Git Repo - linux.git/commitdiff
md: remove a stray command from a copy and paste error in resync_start_store
authorDan Williams <[email protected]>
Wed, 30 Apr 2008 07:52:31 +0000 (00:52 -0700)
committerLinus Torvalds <[email protected]>
Wed, 30 Apr 2008 15:29:33 +0000 (08:29 -0700)
Signed-off-by: Dan Williams <[email protected]>
Signed-off-by: Neil Brown <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/md/md.c

index 32b2ad88a2f95b1d285bd8f510ef47bcf397044e..75a3f483522dab18ac7d0b1529d818ea958088a8 100644 (file)
@@ -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);
 
This page took 0.060066 seconds and 4 git commands to generate.