[PATCH] remount: fs/jffs2
commitb7a7eb6ea03b62c195273eb50d4b9fe909914403
authorAlexander Viro <viro@www.linux.org.uk>
Fri, 16 Apr 2004 07:27:14 +0000 (16 00:27 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 16 Apr 2004 07:27:14 +0000 (16 00:27 -0700)
tree70c2e70b520fe242c7545ecef90c3b4aed06ad25
parentf3745470c237c5ca8ae2a2fa51617cabf79e60c6
[PATCH] remount: fs/jffs2

 - 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.
fs/jffs2/fs.c
fs/jffs2/super.c