commit | a2dd43bb0d7b9ce28f8a39254c25840c0730498e | [log] [tgz] |
---|---|---|
author | Prem Karat <prem.karat@linux.vnet.ibm.com> | Fri May 06 18:24:18 2011 +0530 |
committer | Eric Van Hensbergen <ericvh@gmail.com> | Sat Jul 23 09:32:48 2011 -0500 |
tree | 83b487379263d273549aefd0528edf24b602e47e | |
parent | fd2421f54423f307ecd31bdebdca6bc317e0c492 [diff] |
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 <prem.karat@linux.vnet.ibm.com> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>