xfs
[Top] [All Lists]

XFS + quota-3.01-pre9 + LVM ( QA suite 050 )

To: linux-xfs@xxxxxxxxxxx
Subject: XFS + quota-3.01-pre9 + LVM ( QA suite 050 )
From: Takayuki Sasaki <sasaki@xxxxxxxxxxxxxxxxxx>
Date: Mon, 17 Sep 2001 21:10:32 +0900
Sender: owner-linux-xfs@xxxxxxxxxxx
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?

Thanks in advance,

Takayuki


<Prev in Thread] Current Thread [Next in Thread>