This is a note to let you know that I've just added the patch titled

    CIFS: Fix missing of oplock_read value in smb30_values structure

to the 3.8-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     cifs-fix-missing-of-oplock_read-value-in-smb30_values-structure.patch
and it can be found in the queue-3.8 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.


>From 067785c40e52089993757afa28988c05f3cb2694 Mon Sep 17 00:00:00 2001
From: Pavel Shilovsky <pias...@etersoft.ru>
Date: Wed, 6 Mar 2013 19:38:36 +0400
Subject: CIFS: Fix missing of oplock_read value in smb30_values structure

From: Pavel Shilovsky <pias...@etersoft.ru>

commit 067785c40e52089993757afa28988c05f3cb2694 upstream.

Signed-off-by: Pavel Shilovsky <pias...@etersoft.ru>
Signed-off-by: Steve French <sfre...@us.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>

---
 fs/cifs/smb2ops.c |    1 +
 1 file changed, 1 insertion(+)

--- a/fs/cifs/smb2ops.c
+++ b/fs/cifs/smb2ops.c
@@ -744,4 +744,5 @@ struct smb_version_values smb30_values =
        .cap_unix = 0,
        .cap_nt_find = SMB2_NT_FIND,
        .cap_large_files = SMB2_LARGE_FILES,
+       .oplock_read = SMB2_OPLOCK_LEVEL_II,
 };


Patches currently in stable-queue which might be from pias...@etersoft.ru are

queue-3.8/cifs-fix-missing-of-oplock_read-value-in-smb30_values-structure.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to