On Mon, Sep 17, 2001 at 09:10:32PM +0900, Takayuki Sasaki wrote:
> Hi there,
>
> I try to run QA suite 050, and noticed that the following kernel
> message is displayed on console:
>
> lvm -- lvm_blk_ioctl: unknown command 0xc0105865
>
> I checked 050 and found that it was caused by "quot /dev/vg0/foo".
> quot calls ioctl(XFS_IOC_FSBULKSTAT).
>
> However, if I try same thing on another box, it is OK.
> The difference of these boxes are the revision of quota-tools.
>
> One is the latest quota-tools quota-3.01-pre9 and the another is
> quota-3.01-pre?. ( sorry, I cannot find out exactry revision ...)
>
> To get the mount point of the filesystem, the old quot calls
> getmntent() in mounttable() and it works ( ie. it returns
> "/mnt/foo").
>
> The new ( 3.01-pre9 ) quot calls get_next_mount() which is in
> quotasys.c, but it not seems to work ( ie. it returns
> "/dev/vg0/foo").
>
> Has anyone met the same problem before?
>
Nope, but you are right - looks like this got broken by a
change to the common routine you've called out. I'll take
it up with the quota-tools folk.
thanks.
--
Nathan
|