diff options
-rw-r--r-- | drivers/block/cciss.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index d5d0fa538f12..653512b77570 100644 --- a/drivers/block/cciss.c +++ b/drivers/block/cciss.c | |||
@@ -791,13 +791,6 @@ static int cciss_ioctl(struct inode *inode, struct file *filep, | |||
791 | luninfo.LunID = drv->LunID; | 791 | luninfo.LunID = drv->LunID; |
792 | luninfo.num_opens = drv->usage_count; | 792 | luninfo.num_opens = drv->usage_count; |
793 | luninfo.num_parts = 0; | 793 | luninfo.num_parts = 0; |
794 | /* count partitions 1 to 15 with sizes > 0 */ | ||
795 | for (i = 0; i < MAX_PART - 1; i++) { | ||
796 | if (!disk->part[i]) | ||
797 | continue; | ||
798 | if (disk->part[i]->nr_sects != 0) | ||
799 | luninfo.num_parts++; | ||
800 | } | ||
801 | if (copy_to_user(argp, &luninfo, | 794 | if (copy_to_user(argp, &luninfo, |
802 | sizeof(LogvolInfo_struct))) | 795 | sizeof(LogvolInfo_struct))) |
803 | return -EFAULT; | 796 | return -EFAULT; |