commit | 446b23a75804d7ffa4cca2d4d8f0afb822108c7e | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <piastryyy@gmail.com> | Mon Jun 20 12:33:16 2011 +0400 |
committer | Steve French <sfrench@us.ibm.com> | Wed Jun 22 21:43:56 2011 +0000 |
tree | b39afe031f24ce3c79df35d32381f5331d6b68db | |
parent | 2992c4bd5742b31a0ee00a76eee9c1c284507418 [diff] |
CIFS: Fix problem with 3.0-rc1 null user mount failure Figured it out: it was broken by b946845a9dc523c759cae2b6a0f6827486c3221a 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>