lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 29 Nov 2006 22:32:30 -0800
From:	Andreas Dilger <adilger@...sterfs.com>
To:	Jean-Noel Cordenner <jean-noel.cordenner@...l.net>
Cc:	linux-ext4@...r.kernel.org
Subject: Re: [RFC] [patch 1/3] change attribute for ext4: change attribute in the VFS

On Nov 29, 2006  19:54 +0100, Jean-Noel Cordenner wrote:
> This part of the patch concerns the change attribute in the VFS layer. The 
> definition of the change_attribute field in the inode and its update.
> 
> @@ -538,6 +540,7 @@
>         struct timespec         i_atime;
>         struct timespec         i_mtime;
>         struct timespec         i_ctime;
> +       unsigned long           i_change_attribute;
>         unsigned int            i_blkbits;
>         unsigned long           i_version;
>         blkcnt_t                i_blocks;

It isn't clear to me why the change attribute isn't just the same as the
i_version field?

Cheers, Andreas
--
Andreas Dilger
Principal Software Engineer
Cluster File Systems, Inc.

-
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ