]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commit8e825e3a02ff20973154559c33e662cacedc4458
tree0fd9404fa4589cdd4319f211214bf407bd0c368d
parentdb10bddc7d4f412bcd8630fc479fa1eb009e325b
xfs: fix calculation of freed inode cluster blocks

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