• Alexander Viro's avatar
    [PATCH] remount: fs/jffs2 · b7a7eb6e
    Alexander Viro authored
     - jff2->remount_fs() was buggy - it played with sb->s_flags instead of
       doing modifications to *flags (->s_flags will be overwritten using
       *flags right after the call of ->remount_fs()).  Moreover, it tried
       to do the wrong thing - it should just enforce noatime and be done
       with that.  Fixed, ACKed by maintainer.
    b7a7eb6e
super.c 8.75 KB