]> git.baikalelectronics.ru Git - kernel.git/commit
ceph: don't crash when passed bad mount options
authorYehuda Sadeh <yehuda@hq.newdream.net>
Thu, 30 Sep 2010 18:58:31 +0000 (11:58 -0700)
committerSage Weil <sage@newdream.net>
Wed, 20 Oct 2010 22:38:22 +0000 (15:38 -0700)
commit6db340bc866b7cc2da58ce855faa22c47d9ec2c3
treedf18bbb03fe34602412df792094dfbb6d6dca20e
parent179d887de63435aab9e8df701d6f437cadf88967
ceph: don't crash when passed bad mount options

This only happened when parse_extra_token was not passed
to ceph_parse_option() (hence, only happened in rbd).

Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
net/ceph/ceph_common.c