Re: (Lack of) i_version handling in udf

2017-12-22 Thread Jeff Layton
On Fri, 2017-12-22 at 08:43 -0600, Steve Magnani wrote: > Jan, > > Re: [PATCH v4 00/19] fs: rework and optimize i_version handling in filesystems > > On 12/22/2017 06:05 AM, Jeff Layton wrote: > > > The inode->i_version field is supposed to be a value that changes > > whenever there is any data

(Lack of) i_version handling in udf

2017-12-22 Thread Steve Magnani
Jan, Re: [PATCH v4 00/19] fs: rework and optimize i_version handling in filesystems On 12/22/2017 06:05 AM, Jeff Layton wrote: The inode->i_version field is supposed to be a value that changes whenever there is any data or metadata change to the inode. Some filesystems use it internally to det