Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18147
b: refs/heads/master
c: c7d437d
h: refs/heads/master
i:
  18145: 16e5bdc
  18143: 3712e1d
v: v3
  • Loading branch information
Christoph Hellwig authored and Nathan Scott committed Jan 11, 2006
1 parent 5ccfe13 commit 7900805
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 70a061f1fdbfa4805233a113868d059e9614731a
refs/heads/master: c7d437da3dda0ac7199c320b6a48c04ec37a614d
7 changes: 4 additions & 3 deletions trunk/fs/xfs/xfs_vfsops.c
Original file line number Diff line number Diff line change
Expand Up @@ -506,13 +506,14 @@ xfs_mount(
if (error)
goto error2;

if ((mp->m_flags & XFS_MOUNT_NOATIME) &&
!(XFS_MTOVFS(mp)->vfs_flag & VFS_RDONLY))
xfs_mountfs_check_barriers(mp);

error = XFS_IOINIT(vfsp, args, flags);
if (error)
goto error2;

if ((args->flags & XFSMNT_BARRIER) &&
!(XFS_MTOVFS(mp)->vfs_flag & VFS_RDONLY))
xfs_mountfs_check_barriers(mp);
return 0;

error2:
Expand Down

0 comments on commit 7900805

Please sign in to comment.