diff options
author | Dave Chinner <david@fromorbit.com> | 2016-05-20 02:33:17 +0200 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-05-20 02:33:17 +0200 |
commit | 2a4ad5894c819978dca5595396d54d51c3aca694 (patch) | |
tree | 62fcfac878219b36da9156785d832184194fd98a /fs/xfs/xfs_inode.c | |
parent | Merge branch 'xfs-4.7-cleanup-attr-listent' into for-next (diff) | |
parent | xfs: mute some sparse warnings (diff) | |
download | linux-2a4ad5894c819978dca5595396d54d51c3aca694.tar.xz linux-2a4ad5894c819978dca5595396d54d51c3aca694.zip |
Merge branch 'xfs-4.7-misc-fixes' into for-next
Diffstat (limited to 'fs/xfs/xfs_inode.c')
-rw-r--r-- | fs/xfs/xfs_inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c index ca270d9bbb90..f79ea594fbf2 100644 --- a/fs/xfs/xfs_inode.c +++ b/fs/xfs/xfs_inode.c @@ -1030,7 +1030,7 @@ xfs_dir_ialloc( tp->t_flags &= ~(XFS_TRANS_DQ_DIRTY); } - code = xfs_trans_roll(&tp, 0); + code = xfs_trans_roll(&tp, NULL); if (committed != NULL) *committed = 1; |