diff options
Diffstat (limited to 'Documentation/filesystems/porting')
-rw-r--r-- | Documentation/filesystems/porting | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/porting b/Documentation/filesystems/porting index 5fb17f49f7a2..93e0a2404532 100644 --- a/Documentation/filesystems/porting +++ b/Documentation/filesystems/porting | |||
@@ -228,7 +228,7 @@ anything from oops to silent memory corruption. | |||
228 | --- | 228 | --- |
229 | [mandatory] | 229 | [mandatory] |
230 | 230 | ||
231 | FS_NOMOUNT is gone. If you use it - just set MS_NOUSER in flags | 231 | FS_NOMOUNT is gone. If you use it - just set SB_NOUSER in flags |
232 | (see rootfs for one kind of solution and bdev/socket/pipe for another). | 232 | (see rootfs for one kind of solution and bdev/socket/pipe for another). |
233 | 233 | ||
234 | --- | 234 | --- |