Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 439b8434 authored by Tim Shimmin's avatar Tim Shimmin
Browse files

[XFS] Keep lockdep happy.



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

Signed-off-by: default avatarTim Shimmin <tes@sgi.com>
Signed-off-by: default avatarDavid Chinner <dgc@sgi.com>
Signed-off-by: default avatarEric Sandeen <sandeen@sandeen.net>
parent 93c189c1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -683,6 +683,7 @@ xfs_ireclaim(xfs_inode_t *ip)
	/*
	 * Free all memory associated with the inode.
	 */
	xfs_iunlock(ip, XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL);
	xfs_idestroy(ip);
}