gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnu-arch-users] Changed file not showing as changed


From: Aaron Bentley
Subject: Re: [Gnu-arch-users] Changed file not showing as changed
Date: 10 Feb 2004 17:15:09 -0500

On Tue, 2004-02-10 at 16:50, Robert Collins wrote:

> Actually, any change is ignored - size preserving or not. This is
> because the inode sig is recreated incorrectly.

Actually, you're wrong.  1.1 checked size before going to inode-sigs.

address@hidden/tla--devo--1.1--patch--287 
diffs.c 39-45:

  safe_stat (a, &a_stat);
  safe_stat (b, &b_stat);

  if (a_stat.st_size != b_stat.st_size)
    return 1;

  if (id && inode_sig_shortcuts_of_b)
    {
      t_uchar * b_sig = arch_statb_inode_sig (&b_stat);



Aaron

-- 
Aaron Bentley
Director of Technology
PanoMetrics, Inc.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]