Patch 2.6.32.28 to 2.6.32.32
/fs/xfs/xfs_trans_inode.c
blob:785ff101da0a66368a7c06587dd13b3c3eae2f70 -> blob:2559dfec946bb990afe7e44af28ae43204d6474a
--- fs/xfs/xfs_trans_inode.c
+++ fs/xfs/xfs_trans_inode.c
@@ -62,7 +62,7 @@ xfs_trans_iget(
{
int error;
- error = xfs_iget(mp, tp, ino, flags, lock_flags, ipp, 0);
+ error = xfs_iget(mp, tp, ino, flags, lock_flags, ipp);
if (!error && tp)
xfs_trans_ijoin(tp, *ipp, lock_flags);
return error;