From: David Woodhouse <dwmw2@infradead.org>
To: David Vrabel <dvrabel@arcom.co.uk>
Cc: mtd@infradead.org, jffs-dev@axis.org
Subject: Re: Can't change permissions (etc) of FIFOs on JFFS.
Date: Fri, 18 Aug 2000 16:47:28 +0100 [thread overview]
Message-ID: <32692.966613648@cygnus.co.uk> (raw)
In-Reply-To: <399D56A2.BAAFB307@arcom.co.uk>
dvrabel@arcom.co.uk said:
> Attempting to change permissions and times of FIFOs in JFFS results
> in
> jffs_notify_change(): Invalid inode number = nnn
Fixed. jffs_notify_change() was assuming that the inode would be a JFFS
inode, when obviously it's a FIFO inode in this case, so it can't just grab
the pointer to the struct jffs_file out of it.
Fixed committed - now we use jffs_find_file() to find the file by its inum.
A quick scan shows no more such paths which might expect JFFS inodes but
actually get other types. You know what to do if you find them, though.
Someone who isn't as pissed off with this game as I am right now probably
wants to port the last 24 hours worth of fixes from inode-v22.c to
inode-v23.c
--
dwmw2
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
prev parent reply other threads:[~2000-08-18 15:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-08-18 15:30 Can't change permissions (etc) of FIFOs on JFFS David Vrabel
2000-08-18 15:47 ` David Woodhouse [this message]
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=32692.966613648@cygnus.co.uk \
--to=dwmw2@infradead.org \
--cc=dvrabel@arcom.co.uk \
--cc=jffs-dev@axis.org \
--cc=mtd@infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox