]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - fs/xfs/xfs_inode_item.c
xfs: split in-core and on-disk inode log item fields
authorChristoph Hellwig <hch@infradead.org>
Wed, 29 Feb 2012 09:53:54 +0000 (09:53 +0000)
committerBen Myers <bpm@sgi.com>
Tue, 13 Mar 2012 22:08:17 +0000 (17:08 -0500)
commitf5d8d5c4bf29c9f7754d9cbe5e27c785106ba872
treeedb30eef42b3a26e5e9c33448e85a812971cbc30
parent339a5f5dd9d3ac3d68a594d81507e1eab77ed223
xfs: split in-core and on-disk inode log item fields

Add a new ili_fields member to the inode log item to isolate the in-memory
flags from the ones that actually go to the log.  This will allow tracking
timestamp-only updates for fdatasync and O_DSYNC in the next patch and
prepares for divorcing the on-disk log format from the in-memory log item
a little further down the road.

Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_dfrag.c
fs/xfs/xfs_inode.c
fs/xfs/xfs_inode_item.c
fs/xfs/xfs_inode_item.h
fs/xfs/xfs_trans_inode.c