public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Artem Bityutskiy <dedekind@infradead.org>
To: Adrian Hunter <adrian.hunter@nokia.com>
Cc: "linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>,
	Ronny Dierckx <ronny.dierckx@telenet.be>
Subject: Re: UBIFS synchronisation questions about file create/delete
Date: Fri, 27 Nov 2009 16:21:00 +0200	[thread overview]
Message-ID: <1259331660.7518.29.camel@localhost> (raw)
In-Reply-To: <4B0FD7D9.5060904@nokia.com>

On Fri, 2009-11-27 at 15:44 +0200, Adrian Hunter wrote:
> > I tried some different versions from
> > git://git.infradead.org/~dedekind/ubifs-v2.6.27.git
> > and the problem is caused by commit " UBIFS: fix 64-bit divisions in debug
> > print " 
> > 9d016dc4b3006ef3493b21442394028614e26da5 :
> > 
> > dbg_io("set timer for jhead %d, %llu millisecs", wbuf->jhead,
> > -       ktime_to_ns(wbuf->hardlimit)/USEC_PER_SEC);
> > -       hrtimer_start(&wbuf->timer, wbuf->hardlimit, HRTIMER_MODE_REL);
> > +       div_u64(ktime_to_ns(wbuf->hardlimit), USEC_PER_SEC)); 
> > }
> > 
> > As you can see the timer is no longer started. Could you please fix this ?
> 
> It is Artem's git tree.
> 
> Artem, can you look at this?

Done.

-- 
Best Regards,
Artem Bityutskiy (Артём Битюцкий)

      reply	other threads:[~2009-11-27 14:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-26 21:06 UBIFS synchronisation questions about file create/delete Ronny Dierckx
2009-11-27  8:19 ` Adrian Hunter
2009-11-27  8:53   ` Jamie Lokier
2009-11-27 13:26   ` Ronny Dierckx
2009-11-27 13:44     ` Adrian Hunter
2009-11-27 14:21       ` Artem Bityutskiy [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=1259331660.7518.29.camel@localhost \
    --to=dedekind@infradead.org \
    --cc=adrian.hunter@nokia.com \
    --cc=linux-mtd@lists.infradead.org \
    --cc=ronny.dierckx@telenet.be \
    /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