]> git.baikalelectronics.ru Git - kernel.git/commit
CIFS: Fix problem with 3.0-rc1 null user mount failure
authorPavel Shilovsky <piastryyy@gmail.com>
Mon, 20 Jun 2011 08:33:16 +0000 (12:33 +0400)
committerSteve French <sfrench@us.ibm.com>
Wed, 22 Jun 2011 21:43:56 +0000 (21:43 +0000)
commit3abee7e28bd943344ddacdaf98864604d077f74a
treeb39afe031f24ce3c79df35d32381f5331d6b68db
parenta83acf21233c914f5890fcabaa1d318bc3edeae1
CIFS: Fix problem with 3.0-rc1 null user mount failure

Figured it out: it was broken by e372387e56c8de878114375d9ee6a092f363b9e3 commit - "cifs: cifs_parse_mount_options: do not tokenize mount options in-place". So, as a quick fix I suggest to apply this patch.

[PATCH] CIFS: Fix kfree() with constant string in a null user case

Signed-off-by: Pavel Shilovsky <piastryyy@gmail.com>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/connect.c