Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vfs: Undo an overly zealous MS_RDONLY -> SB_RDONLY conversion
In do_mount() when the MS_* flags are being converted to MNT_* flags, MS_RDONLY got accidentally convered to SB_RDONLY. Undo this change. Fixes: e462ec5 ("VFS: Differentiate mount flags (MS_*) from internal superblock flags") Signed-off-by: David Howells <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information