Al Viro <v...@zeniv.linux.org.uk> 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
Al Viro <v...@zeniv.linux.org.uk> 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