Alan Jenkins <alan.christopher.jenkins@xxxxxxxxx> wrote: > + pr_info("mnt_flags=%x umount=%x\n", > + (unsigned) old->mnt.mnt_flags, > + (unsigned) !!(old->mnt.mnt_flags & MNT_UMOUNT); > + Note that this doesn't actually compile, for want of a bracket. David