commit | 15da4b1612d608a47e095439b3dd1d77ffe20e0c | [log] [tgz] |
---|---|---|
author | Abhishek Kulkarni <adkulkar@umail.iu.edu> | Wed Jul 01 08:50:54 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 02 13:17:01 2009 -0700 |
tree | bc698a7851c73e86e2ac8ef8bfe32c14aff6c71c | |
parent | 887b5ea3683ce04966e35fa2e5fe215bedcde73c [diff] |
net/9p: Fix crash due to bad mount parameters. It is not safe to use match_int without checking the token type returned by match_token (especially when the token type returned is Opt_err and args is empty). Fix it. Signed-off-by: Abhishek Kulkarni <adkulkar@umail.iu.edu> Signed-off-by: David S. Miller <davem@davemloft.net>