mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Luca <kronos@kronoz.cjb.net>
To: Nathan Scott <nathans@sgi.com>
Cc: linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com
Subject: Re: [BUG] Linux 2.6.16-rcX breaks mutt
Date: Tue, 7 Feb 2006 15:49:37 +0100	[thread overview]
Message-ID: <20060207144937.GA3302@dreamland.darkstar.lan> (raw)
In-Reply-To: <20060206233046.GC791@frodo>

Il Tue, Feb 07, 2006 at 10:30:46AM +1100, Nathan Scott ha scritto: 
> Hi Luca,
> 
> On Mon, Feb 06, 2006 at 06:21:41PM +0100, Luca wrote:
> > Hi,
> > I found out that mutt when running with a 2.6.16-rcX kernel is unable to
> > discover new mails in mboxes other than the main one.
> > ...
> > I've done a simple test with working and non working system:
> 
> I constructed a test case based on your description, and this patch
> fixes it for me - could you try it out & let me know how it goes in
> yoour case?

Tested now, it's working.

> --- fs/xfs/linux-2.6/xfs_iops.c.orig	2006-02-07 10:49:34.143620000 +1100
> +++ fs/xfs/linux-2.6/xfs_iops.c	2006-02-07 10:49:57.785097500 +1100
> @@ -673,6 +673,8 @@ linvfs_setattr(
>  	if (ia_valid & ATTR_ATIME) {
>  		vattr.va_mask |= XFS_AT_ATIME;
>  		vattr.va_atime = attr->ia_atime;
> +		if (ia_valid & ATTR_ATIME_SET)
> +			inode->i_atime = attr->ia_atime;
>  	}
>  	if (ia_valid & ATTR_MTIME) {
>  		vattr.va_mask |= XFS_AT_MTIME;

thanks,
Luca
-- 
Home: http://kronoz.cjb.net
La somma dell'intelligenza sulla terra e` una costante.
La popolazione e` in aumento.

      reply	other threads:[~2006-02-07 14:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-06 17:21 Luca
2006-02-06 21:32 ` Nathan Scott
2006-02-06 23:30 ` Nathan Scott
2006-02-07 14:49   ` Luca [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=20060207144937.GA3302@dreamland.darkstar.lan \
    --to=kronos@kronoz.cjb.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-xfs@oss.sgi.com \
    --cc=nathans@sgi.com \
    /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

all inboxes | Powered by JetHome®