[XFS] Keep lockdep happy.

SGI-PV: 956964
SGI-Modid: xfs-linux-melb:xfs-kern:27200a

Signed-off-by: Tim Shimmin <tes@sgi.com>
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>

+1
+1
fs/xfs/xfs_iget.c
··· 683 /* 684 * Free all memory associated with the inode. 685 */ 686 xfs_idestroy(ip); 687 } 688
··· 683 /* 684 * Free all memory associated with the inode. 685 */ 686 + xfs_iunlock(ip, XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL); 687 xfs_idestroy(ip); 688 } 689