mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Chuck Ebbert <76306.1226@compuserve.com>
To: Avi Kivity <avi@argo.co.il>
Cc: Andrew Morton <akpm@osdl.org>, Steve French <sfrench@samba.org>,
	linux-cifs-client <linux-cifs-client@lists.samba.org>,
	linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: 2.6.19.1 bug?  tar: file changed as we read it
Date: Mon, 18 Dec 2006 11:13:01 -0500	[thread overview]
Message-ID: <200612181115_MC3-1-D578-937D@compuserve.com> (raw)

In-Reply-To: <4586408C.2050408@argo.co.il>

On Mon, 18 Dec 2006 09:17:32 +0200, Ava Kivity wrote:

> In 2.6.20-rc1, some of these files have other files with the same name 
> in the same directory (modulo case).  Perhaps this is confusing cifs.
> 
> Can you check where all of the files in your case share that property?
> 
> example:
> 
>     [avi@firebolt linux-2.6]$ find net -iname ipt_tos.c
>     net/ipv4/netfilter/ipt_TOS.c
>     net/ipv4/netfilter/ipt_tos.c
> 
>     [avi@firebolt linux-2.6]$ find net -iname ipt_ecn.c
>     net/ipv4/netfilter/ipt_ECN.c
>     net/ipv4/netfilter/ipt_ecn.c

Yes, that's it.

Using smbfs, both files have the same size and contents even though
they're really different:

$ ll ipt_dscp* ipt_DSCP*
-r--r-----  1 me me 2753 Jan 29  2004 ipt_dscp.c
-r--r-----  1 me me 2753 Jan 29  2004 ipt_DSCP.c
$ ll ipt_dscp.c ipt_DSCP.c
-r--r-----  1 me me 2753 Jan 29  2004 ipt_dscp.c
-r--r-----  1 me me 2753 Jan 29  2004 ipt_DSCP.c

With cifs, a directory search shows different sizes but opening
them by name gives identical contents:

$ ll ipt_dscp* ipt_DSCP*
-r-------- 1 me me 1581 Jan 28  2004 ipt_dscp.c
-r-------- 1 me me 2753 Jan 29  2004 ipt_DSCP.c
$ ll ipt_dscp.c ipt_DSCP.c
-r-------- 1 me me 1581 Jan 28  2004 ipt_dscp.c
-r-------- 1 me me 1581 Jan 28  2004 ipt_DSCP.c
$ diff ipt_dscp.c ipt_DSCP.c
$

So where is the bug? On the server?

-- 
MBTI: IXTP


             reply	other threads:[~2006-12-18 16:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-18 16:13 Chuck Ebbert [this message]
2006-12-18 16:22 ` [linux-cifs-client] " simo
  -- strict thread matches above, loose matches on Subject: below --
2006-12-18  6:03 Chuck Ebbert
2006-12-18  7:17 ` Avi Kivity

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=200612181115_MC3-1-D578-937D@compuserve.com \
    --to=76306.1226@compuserve.com \
    --cc=akpm@osdl.org \
    --cc=avi@argo.co.il \
    --cc=linux-cifs-client@lists.samba.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sfrench@samba.org \
    /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®