lkml.org 
[lkml]   [2001]   [Nov]   [13]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateTue, 13 Nov 2001 08:04:16 -0600
From"Malcolm H. Teas" <>
SubjectRe: [PATCH] Ramdisk ioctl bug fix, kernel 2.4.14
Alan,

With respect, I'd make the argument that if one makes a ram disk 1024 blocks in 
size, and the max size is set to the default of 4096, the ioctl should return 
the actual current size of 1024.  To do otherwise would lead people and userland 
tools to think the ram disk is larger than it actually is.

 From this point of view, the fact that it's done this in the past is a bug.

I've been typically using the commands:

dd if=/dev/zero of=/dev/ram1 bs=1k count=1720 (or whatever size is appropriate)
mkfs -t ext2 /dev/ram1

In this case, the ioctl reports 1720 blocks for the /dev/ram1 and zero for the 
other ram disks not yet used.  This is more useful than having all ram disks - 
used or not - always report 4096.  It's also a good double check on the actual 
configuration one's using for their ram disks.

Most disk devices can't change their size with a few commands as a ram disk can 
as it's a physical constant.  Ram disks are virtual so their size is whatever 
the user specifies, with a kernel configured upper limit.  I argue that the size 
is the allocated amount, not the upper limit.

Thanks,
-Malcolm


Alan Cox wrote:

>>The patch below makes the ramdisk return the actual size that is currently 
>>allocated instead of returning the max size we can possibly allocate.  Affects 
>>system calls ioctl(filedes, BLKGETSIZE) and ioctl(filedes, BLKGETSIZE64) for 
>>ramdisk devices.
>>
> 
> That seems to be the opposite of what its always done, and also of what
> disk devices do.
> 
> 
> 


-- 
Malcolm H. Teas, http://www.btech.com/
Blaze Technology, Inc.  Austin TX
Remember 9/11/2001

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:13    [W:0.310 / U:0.020 seconds]
©2003-2008 Jasper Spaans