xfs: Cleanup
commitcaeea9439653d5f859abbb14672d7321ac0ef5d0
authorPaulo Alcantara <pcacjr@zytor.com>
Wed, 18 Jul 2012 15:38:15 +0000 (18 12:38 -0300)
committerPaulo Alcantara <pcacjr@zytor.com>
Sat, 21 Jul 2012 04:21:46 +0000 (21 01:21 -0300)
treefd4c82ba60ec502e45aff487bd04f1fcc9358555
parent32fe3eea29aacefec65e070de5c79809a7b53d2e
xfs: Cleanup

The commit "xfs: rework the logic of xfs_get_ino_core()" has added some
trailing whitespaces, acrossed 80 columns in a few lines and used a
signed intenger to determine the block's offset of the inode, which is
actually a 64-bit unsigned integer.

Signed-off-by: Paulo Alcantara <pcacjr@zytor.com>
core/fs/xfs/xfs.c