| To: | "Nathan J. Mehl" <memory@xxxxxxxxx> |
|---|---|
| Subject: | Re: RH7.1 ISO: panic on boot after install. |
| From: | Steve Lord <lord@xxxxxxx> |
| Date: | Fri, 08 Jun 2001 15:42:39 -0500 |
| Cc: | Seth Mos <knuffie@xxxxxxxxx>, linux-xfs@xxxxxxxxxxx |
| In-reply-to: | Message from "Nathan J. Mehl" <memory@xxxxxxxxx> of "Fri, 08 Jun 2001 16:31:14 EDT." <20010608163114.L8330@xxxxxxxxx> |
| Sender: | owner-linux-xfs@xxxxxxxxxxx |
>
> Okay; upgrading to linux 2.4.5 and the linux-2.4.5-xfs-06042001.patch
> appears to have resolved things for the moment.
>
Just FYI, I think that patch has the NFS permissions problem, to fix this
go to line 193 of linux/fs/xfs/linux/xfs_vnode.c and make sure the code
looks like this:
if (from_readinode) {
if (xfs_vn_iget(vfsp, vp, (xfs_ino_t)inode->i_ino)) {
make_bad_inode(inode);
} else {
linvfs_set_inode_ops(inode);
vn_revalidate(vp, ATTR_LAZY|ATTR_COMM);
^^^^^^^^^^^^^
This call was missing
}
VN_UNLOCK(vp, s);
}
I am pondering how to respin a 2.4.5 patch, I may have to hand edit it.
Steve
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: There is a book on XFS, jtrostel |
|---|---|
| Next by Date: | Re: patch for patch, Alan Eldridge |
| Previous by Thread: | Re: RH7.1 ISO: panic on boot after install., Nathan J. Mehl |
| Next by Thread: | Re: RH7.1 ISO: panic on boot after install., Seth Mos |
| Indexes: | [Date] [Thread] [Top] [All Lists] |