Re: [PATCH vfs/for-next 00/18] fs_context fixes

From: David Howells
Date: Mon Jul 09 2018 - 12:29:17 EST


Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote:

> Egads... *If* you go for bool here, why not
> return (mnt->mnt_flags & MNT_READONLY) || sb_rdonly(mnt->mnt_sb);
> and be done with that?

Fair point; I'll do that when I get back later.

David