Don't mention "mount" -- in the rbd case it is "mapping".
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
        if (token < Opt_last_int) {
                ret = match_int(&argstr[0], &intval);
                if (ret < 0) {
-                       pr_err("bad mount option arg (not int) at '%s'\n", c);
+                       pr_err("bad option arg (not int) at '%s'\n", c);
                        return ret;
                }
                dout("got int token %d val %d\n", token, intval);
 
        if (token < Opt_last_int) {
                ret = match_int(&argstr[0], &intval);
                if (ret < 0) {
-                       pr_err("bad mount option arg (not int) "
-                              "at '%s'\n", c);
+                       pr_err("bad option arg (not int) at '%s'\n", c);
                        return ret;
                }
                dout("got int token %d val %d\n", token, intval);
 
                if (token < Opt_last_int) {
                        err = match_int(&argstr[0], &intval);
                        if (err < 0) {
-                               pr_err("bad mount option arg (not int) "
-                                      "at '%s'\n", c);
+                               pr_err("bad option arg (not int) at '%s'\n", c);
                                goto out;
                        }
                        dout("got int token %d val %d\n", token, intval);