UBI: fix spelling of detach in debug output
[linux-2.6.git] / fs / cifs / smb2ops.c
blobf065e89756a167d1354835d72d260c1223ab5700
1 /*
2 * SMB2 version specific operations
4 * Copyright (c) 2012, Jeff Layton <jlayton@redhat.com>
6 * This library is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License v2 as published
8 * by the Free Software Foundation.
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
13 * the GNU Lesser General Public License for more details.
15 * You should have received a copy of the GNU Lesser General Public License
16 * along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 #include "cifsglob.h"
22 struct smb_version_operations smb21_operations = {
25 struct smb_version_values smb21_values = {
26 .version_string = SMB21_VERSION_STRING,