Re: MFS complains that no vop_getwritemount operation(?)

2000-07-17 Thread Sheldon Hearn



On Sun, 16 Jul 2000 01:11:16 +0900, Makoto MATSUSHITA wrote:

 Jul 16 00:48:32 martini /kernel: mfs_badop[vop_getwritemount]
 Jul 16 00:48:32 martini /kernel: mfs_badop[vop_getwritemount] = 45
 
 I'm using MFS as /tmp filesystem, and this message shows up if I
 access to /tmp directory such as create a file/directory.
 
 Following patch seems to shut up my kernel, but I dunno it is the
 right fix for this problem (I've got a hint from ../ufs/ufs_vnops.c).

Have you sent your patch to Kirk McKusick [EMAIL PROTECTED]?

 Does anyone can reproduce mfs_badop[vop_getwritemount] warnings ?

Yes, I got them until I switched to a malloc(9)-backed md(4) device.
They seemed harmless.

Ciao,
Sheldon.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: MFS complains that no vop_getwritemount operation(?)

2000-07-17 Thread Makoto MATSUSHITA


sheldonh Have you sent your patch to Kirk McKusick [EMAIL PROTECTED]?

No, not yet. It seems that this change is incoroprated with FFS
snapshots feature, but I cannot decide it's true or not; other
filesystem are modified also (see commitlogs), but mfs is not changed...

Anyway, I'll try to email later.

-- -
Makoto `MAR' MATSUSHITA


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message