提交 05db218a 编写于 作者: N Nathan Scott

[XFS] Fix an inode32 regression - if no options are presented, must still

set default flags.

SGI-PV: 945242
SGI-Modid: xfs-linux-melb:xfs-kern:24292a
Signed-off-by: NNathan Scott <nathans@sgi.com>
上级 992c83a1
......@@ -1687,7 +1687,7 @@ xfs_parseargs(
#endif
if (!options)
return 0;
goto done;
iosize = dsunit = dswidth = vol_dsunit = vol_dswidth = 0;
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册