| To: | "Martin Michlmayr" <tbm@cyrius.com> |
|---|---|
| Subject: | Re: Diff between Linus' and linux-mips git: small changes |
| From: | "Dmitry Torokhov" <dmitry.torokhov@gmail.com> |
| Date: | Tue, 28 Feb 2006 15:22:27 -0500 |
| Cc: | linux-mips@linux-mips.org, ppopov@mvista.com |
| Domainkey-signature: | a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QcNKpxpnYGaBPsxGA2Celc0/sCEMNUi3NxLUyn3LVNsOxK5xi3mMNf9EC6elBnF4/uwCtwW6MEBa7s/9SGFlqfXzejORObiGgsxtiKFUsfS50D2RQJ/4YR6GgKYQjyEjzKwWGoC3JunzQl51fdSkihpRrKFrXCDOiuyf2TL8Yts= |
| In-reply-to: | <20060227190729.GA22383@deprecation.cyrius.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20060219234318.GA16311@deprecation.cyrius.com> <20060220000141.GX10266@deprecation.cyrius.com> <20060227190729.GA22383@deprecation.cyrius.com> |
| Reply-to: | dtor_core@ameritech.net |
| Sender: | linux-mips-bounce@linux-mips.org |
On 2/27/06, Martin Michlmayr <tbm@cyrius.com> wrote:
> * Martin Michlmayr <tbm@cyrius.com> [2006-02-20 00:01]:
> > I noticed the following difference between the Linus and the
> > linux-mips tree. Who is correct and can the other one be changed
> > please?
>
> ping.
>
>
> > --- linux-2.6.16-rc4/drivers/char/qtronix.c 2006-02-19 20:08:44.000000000
> > +0000
> > +++ mips-2.6.16-rc4/drivers/char/qtronix.c 2006-02-19 20:15:07.000000000
> > +0000
> > @@ -535,8 +535,7 @@
> > i--;
> > }
> > if (count-i) {
> > - struct inode *inode = file->f_dentry->d_inode;
> > - inode->i_atime = current_fs_time(inode->i_sb);
> > + file->f_dentry->d_inode->i_atime = get_seconds();
> > return count-i;
> > }
> > if (signal_pending(current))
> >
Oh, that's an input driver, that's why I am on CC list ;) How about
registering it with the input system and ripping this psaux code off
competely?
--
Dmitry
|
| Previous by Date: | VINO doesn't work with 2.6.16-rc5: Problem getting video capabilities, Martin Michlmayr |
|---|---|
| Next by Date: | Re: [RFC] SMP initialization order fixes., Martin Michlmayr |
| Previous by Thread: | Re: Diff between Linus' and linux-mips git: small changes, Martin Michlmayr |
| Next by Thread: | Re: Diff between Linus' and linux-mips git: drivers!, Martin Michlmayr |
| Indexes: | [Date] [Thread] [Top] [All Lists] |