From patchwork Mon Jul 26 18:25:08 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeff Layton X-Patchwork-Id: 114324 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o6QIOUQn009471 for ; Mon, 26 Jul 2010 18:25:11 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753540Ab0GZSZL (ORCPT ); Mon, 26 Jul 2010 14:25:11 -0400 Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]:42021 "EHLO cdptpa-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753298Ab0GZSZK (ORCPT ); Mon, 26 Jul 2010 14:25:10 -0400 X-Authority-Analysis: v=1.1 cv=vJRpDULq0YkYIrbJCOZOCyAqb32M1QteodnGhKs/5qQ= c=1 sm=0 a=catsiNjFs4gA:10 a=ld/erqUjW76FpBUqCqkKeA==:17 a=20KFwNOVAAAA:8 a=6jH_07x_81PrqdAHVxwA:9 a=_Ng_rzySZUNalNASjXYA:7 a=BWdAvbK11tYbcCysZ8pSeVZEUKgA:4 a=jEp0ucaQiEUA:10 a=ld/erqUjW76FpBUqCqkKeA==:117 X-Cloudmark-Score: 0 X-Originating-IP: 71.70.153.3 Received: from [71.70.153.3] ([71.70.153.3:49220] helo=mail.poochiereds.net) by cdptpa-oedge04.mail.rr.com (envelope-from ) (ecelerity 2.2.2.39 r()) with ESMTP id 62/92-07882-403DD4C4; Mon, 26 Jul 2010 18:25:08 +0000 Received: by mail.poochiereds.net (Postfix, from userid 4447) id 6739D58125; Mon, 26 Jul 2010 14:25:08 -0400 (EDT) From: Jeff Layton To: smfrench@gmail.com Cc: sjayaraman@suse.de, linux-cifs@vger.kernel.org Subject: [PATCH] cifs: fsc should not default to "on" Date: Mon, 26 Jul 2010 14:25:08 -0400 Message-Id: <1280168708-2943-1-git-send-email-jlayton@redhat.com> X-Mailer: git-send-email 1.7.1.1 Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Mon, 26 Jul 2010 18:25:11 +0000 (UTC) diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index 85a994c..2a43a0a 100644 --- a/fs/cifs/connect.c +++ b/fs/cifs/connect.c @@ -846,9 +846,6 @@ cifs_parse_mount_options(char *options, const char *devname, /* default to using server inode numbers where available */ vol->server_ino = 1; - /* XXX: default to fsc for testing until mount.cifs pieces are done */ - vol->fsc = 1; - if (!options) return 1;