[GIT] CIFS Fixes

From: Steve French
Date: Tue Jun 10 2008 - 18:08:20 EST


The following changes since commit cbff290491cd97bcd449b14f672d98992ddad5cb:
Linus Torvalds (1):
Merge branch 'merge' of git://git.kernel.org/.../paulus/powerpc

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git master

Jeff Layton (4):
on non-posix shares, clear write bits in mode when ATTR_READONLY is set
when creating new inodes, use file_mode/dir_mode exclusively on
mount without unix extensions
silently ignore ownership changes unless unix extensions are
enabled or we're faking uid changes
disable most mode changes on non-unix/non-cifsacl mounts

Steve French (6):
[CIFS] remove unused variables
[CIFS] remove trailing whitespace
[CIFS] warn if both dynperm and cifsacl mount options specified
[CIFS] Correct incorrect obscure open flag
[CIFS] Fix hang in mount when negprot causes server to kill tcp session
[CIFS] cifs: fix oops on mount when CONFIG_CIFS_DFS_UPCALL is enabled

fs/cifs/CHANGES | 5 ++
fs/cifs/cifsfs.c | 21 ++++----
fs/cifs/cifsglob.h | 3 +-
fs/cifs/cifspdu.h | 23 ++++++--
fs/cifs/cifssmb.c | 6 +--
fs/cifs/connect.c | 5 ++
fs/cifs/dir.c | 4 +-
fs/cifs/file.c | 7 ---
fs/cifs/inode.c | 148 ++++++++++++++++++++++++++++++---------------------
fs/cifs/misc.c | 3 +-
fs/cifs/readdir.c | 77 ++++++++++++++-------------
11 files changed, 172 insertions(+), 130 deletions(-)


--
Thanks,

Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/