Selaa lähdekoodia

[PATCH] kill obsolete temporary comment in swsusp_close()

it had been put there to mark the call of blkdev_put() that
needed proper argument propagated to it; later patch in the
same series had done just that.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro 16 vuotta sitten
vanhempi
commit
50c396d38c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      kernel/power/swap.c

+ 1 - 1
kernel/power/swap.c

@@ -633,7 +633,7 @@ void swsusp_close(fmode_t mode)
 		return;
 		return;
 	}
 	}
 
 
-	blkdev_put(resume_bdev, mode); /* move up */
+	blkdev_put(resume_bdev, mode);
 }
 }
 
 
 static int swsusp_header_init(void)
 static int swsusp_header_init(void)