diff options
author | Paul Clements <[email protected]> | 2007-10-16 23:27:36 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2007-10-17 08:42:55 -0700 |
commit | 4b86a872561ad052bdc6f092a06807822d26beb1 (patch) | |
tree | 4a7af69e0a6d8b74f17c0034b173bc45896d8f08 /mm/vmalloc.c | |
parent | dff4982f5cd4e30e2a140a3bca95d8814115bf5b (diff) |
NBD: set uninitialized devices to size 0
This fixes errors with utilities (such as LVM's vgscan) that try to scan all
devices. Previously this would generate read errors when uninitialized nbd
devices were scanned:
# vgscan
Reading all physical volumes. This may take a while...
/dev/nbd0: read failed after 0 of 1024 at 0: Input/output error
/dev/nbd0: read failed after 0 of 1024 at 509804544: Input/output error
/dev/nbd0: read failed after 0 of 2048 at 0: Input/output error
/dev/nbd1: read failed after 0 of 1024 at 509804544: Input/output error
/dev/nbd1: read failed after 0 of 2048 at 0: Input/output error
From now on, uninitialized nbd devices will have size zero, which
prevents these errors.
Signed-off-by: Paul Clements <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'mm/vmalloc.c')
0 files changed, 0 insertions, 0 deletions