From: Christoph Hellwig Date: Wed, 29 Feb 2012 09:53:54 +0000 (+0000) Subject: xfs: split in-core and on-disk inode log item fields X-Git-Tag: v3.4-rc1~121^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5d8d5c4bf29c9f7754d9cbe5e27c785106ba872;p=pandora-kernel.git 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 Signed-off-by: Christoph Hellwig Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- Reading git-diff-tree failed