[XFS] Fix xfs_ichgtime()s broken usage of I_SYNC
authorDavid Chinner <dgc@sgi.com>
Fri, 7 Dec 2007 03:09:11 +0000 (14:09 +1100)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Mon, 10 Dec 2007 02:47:56 +0000 (13:47 +1100)
commitcf10e82bdc0d38d09dfaf46d0daf56136138ef3f
treee862b00792b2e9c52a85022e4249e81b232b8f01
parent978c7b2ff49597ab76ff7529a933bd366941ac25
[XFS] Fix xfs_ichgtime()s broken usage of I_SYNC

The recent I_LOCK->I_SYNC changes mistakenly changed xfs_ichgtime to look
at I_SYNC instead of I_LOCK. This was incorrect and prevents newly created
inodes from moving to the dirty list. Change this to the correct check
which is for I_NEW, not I_LOCK or I_SYNC so that behaviour is correct.

SGI-PV: 974225
SGI-Modid: xfs-linux-melb:xfs-kern:30204a

Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/linux-2.6/xfs_iops.c