From: Prem Karat Date: Fri, 6 May 2011 12:54:18 +0000 (+0530) Subject: fs/9p: Fix invalid mount options/args X-Git-Tag: v3.1-rc1~272^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2dd43bb0d7b9ce28f8a39254c25840c0730498e;p=pandora-kernel.git fs/9p: Fix invalid mount options/args Without this fix, if any invalid mount options/args are passed while mouting the 9p fs, no error (-EINVAL) is returned and default arg value is assigned. This fix returns -EINVAL when an invalid arguement is found while parsing mount options. Signed-off-by: Prem Karat Signed-off-by: Aneesh Kumar K.V Signed-off-by: Eric Van Hensbergen --- Reading git-diff-tree failed