From: Trond Myklebust Date: Mon, 6 Apr 2009 23:41:35 +0000 (-0700) Subject: NFS: Fix a double free in nfs_parse_mount_options() X-Git-Tag: v2.6.30-rc1~138 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d508afb437daee7cf07da085b635c44a4ebf9b38;p=pandora-kernel.git NFS: Fix a double free in nfs_parse_mount_options() Due to an apparent typo, commit a67d18f89f5782806135aad4ee012ff78d45aae7 (NFS: load the rpc/rdma transport module automatically) lead to the 'proto=' mount option doing a double free, while Opt_mountproto leaks a string. Signed-off-by: Trond Myklebust Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed