Displaying 2 results from an estimated 2 matches for "ocfs2_mount_errors_rofs".
2015 Oct 14
1
Ocfs2-devel Digest, Vol 138, Issue 31 review
...ocfs2_mount_options
> OCFS2_MOUNT_HB_GLOBAL = 1 << 14, /* Global heartbeat */
>
> OCFS2_MOUNT_JOURNAL_ASYNC_COMMIT = 1 << 15, /* Journal Async Commit */
> + OCFS2_MOUNT_ERRORS_CONT = 1 << 16, /* Return EIO to the calling process on error */
> + OCFS2_MOUNT_ERRORS_ROFS = 1 << 17, /* Change filesystem to read-only on error */
> };
>
> #define OCFS2_OSB_SOFT_RO 0x0001
> diff -puN fs/ocfs2/super.c~add-errors=continue fs/ocfs2/super.c
> --- a/fs/ocfs2/super.c~add-errors=continue
> +++ a/fs/ocfs2/super.c
> @@ -192,6 +192,7 @@ enum {
>...
2015 Oct 14
1
Ocfs2-devel Digest, Vol 138, Issue 31 review
...ocfs2_mount_options
> OCFS2_MOUNT_HB_GLOBAL = 1 << 14, /* Global heartbeat */
>
> OCFS2_MOUNT_JOURNAL_ASYNC_COMMIT = 1 << 15, /* Journal Async Commit */
> + OCFS2_MOUNT_ERRORS_CONT = 1 << 16, /* Return EIO to the calling process on error */
> + OCFS2_MOUNT_ERRORS_ROFS = 1 << 17, /* Change filesystem to read-only on error */
> };
>
> #define OCFS2_OSB_SOFT_RO 0x0001
> diff -puN fs/ocfs2/super.c~add-errors=continue fs/ocfs2/super.c
> --- a/fs/ocfs2/super.c~add-errors=continue
> +++ a/fs/ocfs2/super.c
> @@ -192,6 +192,7 @@ enum {
>...