xfs: Cleanup fill_xfs_inode_pvt() function
commit71275b153c60891c9f892c89837553bca80f23dc
authorPaulo Alcantara <pcacjr@zytor.com>
Sat, 21 Jul 2012 00:19:36 +0000 (20 21:19 -0300)
committerPaulo Alcantara <pcacjr@zytor.com>
Sat, 21 Jul 2012 04:21:47 +0000 (21 01:21 -0300)
treec863b33bf8c2bee074c10a7224fc5f70d65ed9b3
parentd6ffc9d1c04fa2a1cb63b7441d1747bb32bba2dd
xfs: Cleanup fill_xfs_inode_pvt() function

Functions that need fs_info structure always place its pointer as the first
argument, so make it the fist argument on this function as well.

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