New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux 5.0: MS_RDONLY undeclared #8264
Comments
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Jan 15, 2019
In the 5.0 kernel, only the mount namespace code should use the MS_* macos. Filesystems should use the SB_* ones. https://patchwork.kernel.org/patch/10552493/ Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes openzfs#8264
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Jan 15, 2019
In the 5.0 kernel, only the mount namespace code should use the MS_* macos. Filesystems should use the SB_* ones. https://patchwork.kernel.org/patch/10552493/ Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes openzfs#8264
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Jan 15, 2019
In the 5.0 kernel, only the mount namespace code should use the MS_* macos. Filesystems should use the SB_* ones. https://patchwork.kernel.org/patch/10552493/ Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes openzfs#8264
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Jan 15, 2019
In the 5.0 kernel, only the mount namespace code should use the MS_* macos. Filesystems should use the SB_* ones. https://patchwork.kernel.org/patch/10552493/ Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes openzfs#8264
behlendorf
pushed a commit
to behlendorf/zfs
that referenced
this issue
Jan 16, 2019
In the 5.0 kernel, only the mount namespace code should use the MS_* macos. Filesystems should use the SB_* ones. https://patchwork.kernel.org/patch/10552493/ Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes openzfs#8264
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Jan 17, 2019
In the 5.0 kernel, only the mount namespace code should use the MS_* macos. Filesystems should use the SB_* ones. https://patchwork.kernel.org/patch/10552493/ Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes openzfs#8264
12 tasks
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Jan 17, 2019
In the 5.0 kernel, only the mount namespace code should use the MS_* macos. Filesystems should use the SB_* ones. https://patchwork.kernel.org/patch/10552493/ Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes openzfs#8264
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Jan 22, 2019
In the 5.0 kernel, only the mount namespace code should use the MS_* macos. Filesystems should use the SB_* ones. https://patchwork.kernel.org/patch/10552493/ Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes openzfs#8264
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Jan 22, 2019
In the 5.0 kernel, only the mount namespace code should use the MS_* macos. Filesystems should use the SB_* ones. https://patchwork.kernel.org/patch/10552493/ Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes openzfs#8264
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Jan 22, 2019
In the 5.0 kernel, only the mount namespace code should use the MS_* macos. Filesystems should use the SB_* ones. https://patchwork.kernel.org/patch/10552493/ Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes openzfs#8264
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Jan 23, 2019
In the 5.0 kernel, only the mount namespace code should use the MS_* macos. Filesystems should use the SB_* ones. https://patchwork.kernel.org/patch/10552493/ Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes openzfs#8264
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Jan 25, 2019
In the 5.0 kernel, only the mount namespace code should use the MS_* macos. Filesystems should use the SB_* ones. https://patchwork.kernel.org/patch/10552493/ Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes openzfs#8264
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Jan 30, 2019
In the 5.0 kernel, only the mount namespace code should use the MS_* macos. Filesystems should use the SB_* ones. https://patchwork.kernel.org/patch/10552493/ Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes openzfs#8264
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Feb 12, 2019
In the 5.0 kernel, only the mount namespace code should use the MS_* macos. Filesystems should use the SB_* ones. https://patchwork.kernel.org/patch/10552493/ Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes openzfs#8264
tonyhutter
added a commit
that referenced
this issue
Mar 4, 2019
In the 5.0 kernel, only the mount namespace code should use the MS_* macos. Filesystems should use the SB_* ones. https://patchwork.kernel.org/patch/10552493/ Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes #8264
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System information
Describe the problem you're observing
In the 5.0 kernel, only the mount namespace code should use the MS_* macos. Filesystems should use the SB_* ones: https://patchwork.kernel.org/patch/10552493/
Describe how to reproduce the problem
Build master in rawhide
Include any warning/errors/backtraces from the system logs
The text was updated successfully, but these errors were encountered: