public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Oleg Drokin <green@namesys.com>
To: Peter Chubb <peter@chubb.wattle.id.au>
Cc: Grant Miner <mine0057@mrs.umn.edu>, linux-kernel@vger.kernel.org
Subject: Re: Filesystem Tests
Date: Wed, 6 Aug 2003 14:43:22 +0400	[thread overview]
Message-ID: <20030806104322.GA21673@namesys.com> (raw)
In-Reply-To: <16176.31324.827466.49836@wombat.chubb.wattle.id.au>

Hello!

On Wed, Aug 06, 2003 at 01:47:40PM +1000, Peter Chubb wrote:
> It'd be interesting to add in some read-only operations (e.g., tar to
> /dev/null) because, in general, filesystems trade off expensive writes

If somebody wants to implement this tar test, be aware that gnu tar tries to be extra smart, so
it fstat()s the output and if its equal to /dev/null, then no files are read at all, only
directory tree is traversed.
So one really needs to use something like "tar cf - /path | cat >/dev/null" to get
meaningful results.

Bye,
    Oleg

  reply	other threads:[~2003-08-06 10:43 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-06  2:30 Filesystem Tests Grant Miner
2003-08-06  3:47 ` Peter Chubb
2003-08-06 10:43   ` Oleg Drokin [this message]
2003-08-06  5:41 ` Andrew Morton
2003-08-06 10:35   ` Szakacsits Szabolcs
2003-08-09  1:09     ` Jamie Lokier
2003-08-09  5:12       ` Szakacsits Szabolcs
2003-08-09  9:33         ` Jamie Lokier
2003-08-09  9:18           ` Szakacsits Szabolcs
2003-08-09 16:19             ` Jamie Lokier
2003-08-10 21:03               ` Grant Miner
2003-08-12  8:27                 ` Dieter Nützel
2003-08-06 14:06   ` Hans Reiser
2003-08-06 16:34     ` Diego Calleja García
2003-08-06 18:04       ` Mike Fedyk
2003-08-06 18:45         ` Diego Calleja García
2003-08-06 19:08           ` Mike Fedyk
2003-08-06 19:40             ` Diego Calleja García
2003-08-07 13:51               ` Hans Reiser
2003-08-07  0:55           ` Clemens Schwaighofer
2003-08-06 21:19         ` Andrew Morton
2003-08-06 21:25           ` ieee1394 (Firewire) driver problem Henrik Raeder Clausen
2003-08-07 12:55       ` Filesystem Tests Hans Reiser
2003-08-07 19:09         ` Diego Calleja García
2003-08-07 19:21           ` ahorn
2003-08-06 23:37     ` Timothy Miller
2003-08-06 23:47       ` Mike Fedyk
2003-08-07  0:40         ` Timothy Miller
2003-08-07 13:55     ` jlnance
2003-08-06  9:55 ` Felipe Alfaro Solana
2003-08-06 10:48 ` Paul Dickson
2003-08-06 11:39   ` Grant Miner

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=20030806104322.GA21673@namesys.com \
    --to=green@namesys.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mine0057@mrs.umn.edu \
    --cc=peter@chubb.wattle.id.au \
    /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