aboutsummaryrefslogtreecommitdiffstats
path: root/fs/partitions/amiga.c
diff options
context:
space:
mode:
authorSuzuki Kp <suzuki@in.ibm.com>2006-12-06 20:35:14 -0800
committerLinus Torvalds <torvalds@woody.osdl.org>2006-12-07 08:39:30 -0800
commit5127d002f9769ba6b1691de78dd3a5c14635e183 (patch)
tree479d47c850f5f10b9aa7e2d5ec6e9743820bc781 /fs/partitions/amiga.c
parent1ecb9c0f3c9ef6af77c39a9f584940691847ccf4 (diff)
downloadkernel_samsung_smdk4412-5127d002f9769ba6b1691de78dd3a5c14635e183.zip
kernel_samsung_smdk4412-5127d002f9769ba6b1691de78dd3a5c14635e183.tar.gz
kernel_samsung_smdk4412-5127d002f9769ba6b1691de78dd3a5c14635e183.tar.bz2
[PATCH] fix rescan_partitions to return errors properly
The current rescan_partition implementation ignores the errors that comes from the lower layer. It reports success for unknown partitions as well as I/O error cases while reading the partition information. The unknown partition is not (and will not be) considered as an error in the kernel, since there are legal users of it (e.g, members of a RAID5 MD Device or a new disk which is not partitioned at all ). Changing this behaviour would scare the user about a serious problem with their disk and is not recommended. Thus for both "unknown partitions" to the Linux (eg., DEC VMS,Novell Netware) and the legal users of NULL partition, would still be reported as "SUCCESS". The patch attached here, scares the user about something which he does need to worry about. i.e, returning -EIO on disk I/O errors while reading the partition information. Signed-off-by: Suzuki K P <suzuki@in.ibm.com> Cc: Erik Mouw <erik@harddisk-recovery.com> Cc: Christoph Hellwig <hch@lst.de> Cc: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/partitions/amiga.c')
0 files changed, 0 insertions, 0 deletions