Re: Why _I_ can't use 2.1.48

Michael L. Galbraith (mikeg@weiden.de)
Fri, 8 Aug 1997 19:13:00 +0200 (MET DST)


On Fri, 8 Aug 1997, Steffen Grunewald wrote:

> "Michael L. Galbraith writes"
> |>
> |> This works though the line numbers may be off. (bleeding edge tree :)
> |>
> |> --- /usr/src/linux/drivers/isdn/isdn_common.c Thu Aug 7 06:04:39 1997
> |> +++ drivers/isdn/isdn_common.c Wed May 28 04:57:00 1997
> |> @@ -1012,7 +1012,7 @@
> |> isdn_poll(struct file *file, poll_table * wait)
> |> {
> |> unsigned int mask = 0;
> |> - unsigned int minor = MINOR(file->f_dentry->d_inode->i_rdev);
> |> + unsigned int minor = MINOR(file->f_inode->i_rdev);
> [...]
>
> looks like a reversed patch...
> --
> Steffen Grunewald | email steffen@gfz-potsdam.de | fax (+49)-331-8877 520
> GeoForschungsZentrum Potsdam, Telegrafenberg A17, D-14473 Potsdam, Germany
> http://www.gfz-potsdam.de/
> /* Disclaimer : I don't speak for my employers, they don't speak for me */
>

Yes by golly it is (oops :).. just apply it as such and all will work fine.

-Mike