]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
vfs: get_sb_single() - do not pass options twice
authorKay Sievers <kay.sievers@vrfy.org>
Fri, 18 Dec 2009 20:18:15 +0000 (21:18 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 28 Jan 2010 23:00:47 +0000 (15:00 -0800)
commit4bc685e6b0d123ceca7bccb05ebce2e5e6a5ba21
tree598c1d280768210e8bcd001fd9f9e1ea0b45aff6
parent1b715f18181d2156290bfb8f116e233ffc8fb362
vfs: get_sb_single() - do not pass options twice

commit 9329d1beaeed1a94f030c784dcec5ff973f402c4 upstream.

Filesystem code usually destroys the option buffer while
parsing it. This leads to errors when the same buffer is
passed twice. In case we fill a new superblock do not call
remount.

This is needed to quite a warning that the debugfs code
causes every boot.

Cc: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/super.c