| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | Re: Diff between Linus' and linux-mips git: small changes |
| From: | Martin Michlmayr <tbm@cyrius.com> |
| Date: | Mon, 27 Feb 2006 19:07:29 +0000 |
| Cc: | ppopov@mvista.com, dtor_core@ameritech.net |
| In-reply-to: | <20060220000141.GX10266@deprecation.cyrius.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20060219234318.GA16311@deprecation.cyrius.com> <20060220000141.GX10266@deprecation.cyrius.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.11 |
* 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))
>
> --
> Martin Michlmayr
> http://www.cyrius.com/
--
Martin Michlmayr
http://www.cyrius.com/
|
| Previous by Date: | Re: IP22 doesn't shutdown properly, Martin Michlmayr |
|---|---|
| Next by Date: | Re: Diff between Linus' and linux-mips git: drivers!, Martin Michlmayr |
| Previous by Thread: | Re: Diff between Linus' and linux-mips git: tulip, Ralf Baechle |
| Next by Thread: | Re: Diff between Linus' and linux-mips git: small changes, Dmitry Torokhov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |