From: Kay Sievers Date: Fri, 18 Dec 2009 20:18:15 +0000 (+0100) Subject: vfs: get_sb_single() - do not pass options twice X-Git-Tag: v2.6.33-rc2~12^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9329d1beaeed1a94f030c784dcec5ff973f402c4;p=pandora-kernel.git vfs: get_sb_single() - do not pass options twice 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 Signed-off-by: Kay Sievers Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed