]> git.baikalelectronics.ru Git - kernel.git/commit
jffs2: remove unnecessary GC pass on umount
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Mon, 7 May 2012 16:56:51 +0000 (19:56 +0300)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 31 May 2012 01:04:51 +0000 (21:04 -0400)
commit9f98db2dccdc5df15d05f80fe2c53215f9312253
treec8c66d39694e5fe33d5063206a78240c57efdbdf
parentd683b4153b61bfeda494b8ee73aab8b9ac32d6d2
jffs2: remove unnecessary GC pass on umount

We do not need to call 'jffs2_write_super()' on unmount. This function
causes a GC pass to make sure the current contents is pushed out with
the data which we already have on the media.

But this is not needed on unmount and only slows unmount down unnecessarily.
It is enough to just sync the write-buffer.

This call was added by one of the generic VFS rework patch-sets,
see 4deff51bff616970dbb56fc5a88f226bb020dcbd.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/jffs2/super.c