All of lore.kernel.org
 help / color / mirror / Atom feed
From: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
To: Greg KH <greg@kroah.com>
Cc: Stian Jordet <liste@jordet.nu>, linux-kernel@vger.kernel.org
Subject: Re: usbfs mount options doesn't work in 2.6, works fine with 2.4
Date: Thu, 11 Dec 2003 23:47:10 +0900	[thread overview]
Message-ID: <871xrbbedt.fsf@devron.myhome.or.jp> (raw)
In-Reply-To: <20031210213142.GB8784@kroah.com>

Greg KH <greg@kroah.com> writes:

> On Mon, Dec 08, 2003 at 05:59:10AM +0100, Stian Jordet wrote:
> > http://bugzilla.kernel.org/show_bug.cgi?id=1418
> > and
> > http://www.ussg.iu.edu/hypermail/linux/kernel/0307.3/0666.html
> 
> Yeah, it's a bug.  I haven't had the time to track it down yet.  Any
> help with this would be greatly appreciated.

I looked driver/usb/inode.c. usbfs use get_sb_single(), but doesn't
implement ->remount_fs(). So options can pass the only first mount.

And I guess, in this case, simple_pin_fs() in create_special_files()
did the first mount, and simple_pin_fs() pass the usbfs_fill_super()
to NULL.

I think ->remount_fs() helps this. But I'm not sure, sorry.
-- 
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>

  parent reply	other threads:[~2003-12-11 14:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-08  4:52 usbfs mount options doesn't work in 2.6, works fine with 2.4 Stian Jordet
2003-12-08  4:59 ` Stian Jordet
2003-12-10 21:31   ` Greg KH
2003-12-10 22:04     ` Stian Jordet
2003-12-11  9:07       ` Duncan Sands
2003-12-11 14:47     ` OGAWA Hirofumi [this message]
2003-12-11 15:03       ` OGAWA Hirofumi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871xrbbedt.fsf@devron.myhome.or.jp \
    --to=hirofumi@mail.parknet.co.jp \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=liste@jordet.nu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.