[XFS] Remove a race condition where a linked inode could BUG_ON in
authorNathan Scott <nathans@sgi.com>
Tue, 27 Jun 2006 06:13:46 +0000 (16:13 +1000)
committerNathan Scott <nathans@sgi.com>
Tue, 27 Jun 2006 06:13:46 +0000 (16:13 +1000)
commit97dfd70c8958a634157e0b35711cca01ff6f959b
treea4e47392e35a04b71ff180fa4a681731e3d03a14
parent05a3332885dd143496694bcecff223339880d7c9
[XFS] Remove a race condition where a linked inode could BUG_ON in
d_instantiate, due to fast transaction committal removing the last
remaining reference before we were all done.

SGI-PV: 953287
SGI-Modid: xfs-linux-melb:xfs-kern:26347a

Signed-off-by: Nathan Scott <nathans@sgi.com>
fs/xfs/linux-2.6/xfs_iops.c