xfs: fix calculation of freed inode cluster blocks
authorBen Myers <bpm@sgi.com>
Tue, 10 Dec 2013 20:59:31 +0000 (14:59 -0600)
committerBen Myers <bpm@sgi.com>
Wed, 11 Dec 2013 21:22:43 +0000 (15:22 -0600)
rec.ir_startino is an agino rather than an ino.  Use the correct macro
when dealing with it in xfs_difree.

Signed-off-by: Ben Myers <bpm@sgi.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/xfs_ialloc.c

Simple merge