Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 12235
b: refs/heads/master
c: 05db218
h: refs/heads/master
i:
  12233: 0901304
  12231: 531626f
v: v3
  • Loading branch information
Nathan Scott committed Nov 3, 2005
1 parent 97deab9 commit d4c88c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 992c83a1295c9fff22c8cbd8ae199872a49934b9
refs/heads/master: 05db218a27c955880dce6d080d5159247aad3629
4 changes: 2 additions & 2 deletions trunk/fs/xfs/xfs_vfsops.c
Original file line number Diff line number Diff line change
Expand Up @@ -1687,7 +1687,7 @@ xfs_parseargs(
#endif

if (!options)
return 0;
goto done;

iosize = dsunit = dswidth = vol_dsunit = vol_dswidth = 0;

Expand Down Expand Up @@ -1867,9 +1867,9 @@ printk("XFS: irixsgid is now a sysctl(2) variable, option is deprecated.\n");
args->sunit = args->swidth = 0;
}

done:
if (args->flags & XFSMNT_32BITINODES)
vfsp->vfs_flag |= VFS_32BITINODES;

if (args->flags2)
args->flags |= XFSMNT_FLAGS2;
return 0;
Expand Down

0 comments on commit d4c88c6

Please sign in to comment.