[linux-cifs-client] updated pull request

Jeff Layton jlayton at redhat.com
Fri Oct 17 19:42:24 GMT 2008


Ok, here's an updated pull request. The big change is an patch to add
tracking of the DeletePending flag in cifsInodeInfo. I've also removed
the QPathInfo call from cifs_rename_pending delete since we should now
have reasonably up to date status of the DeletePending flag already.

Thoughts?

--------------[snip]-------------
The following changes since commit dd1db2dedc4f6ad736fbba5aa6ecfe6e7c8ee0f4:
  Jeff Layton (1):
        cifs: don't use CREATE_DELETE_ON_CLOSE in cifs_rename_pending_delete

are available in the git repository at:

  git://git.samba.org/jlayton/cifs.git cifs-next

Jeff Layton (8):
      cifs: no need to use rcu_assign_pointer on immutable keys
      cifs: track DeletePending flag in cifsInodeInfo
      cifs: undo changes in cifs_rename_pending_delete if it errors out
      cifs: make cifs_rename handle -EACCES errors
      cifs: remove unused SMB session pointer from struct mid_q_entry
      cifs: clean up server protocol handling for TCP_Server_Info
      cifs: handle the TCP_Server_Info->tsk field more carefully
      cifs: disable sharing session and tcon and add new TCP sharing code

 fs/cifs/cifs_debug.c  |    2 +-
 fs/cifs/cifs_spnego.c |    2 +-
 fs/cifs/cifsfs.c      |    9 ++
 fs/cifs/cifsglob.h    |   15 +--
 fs/cifs/cifsproto.h   |    1 +
 fs/cifs/cifssmb.c     |   14 +--
 fs/cifs/connect.c     |  229 +++++++++++++++++++------------------------------
 fs/cifs/dns_resolve.c |    2 +-
 fs/cifs/inode.c       |  215 ++++++++++++++++++++++++++++++----------------
 fs/cifs/transport.c   |   13 +--
 10 files changed, 256 insertions(+), 246 deletions(-)


-- 
Jeff Layton <jlayton at redhat.com>


More information about the linux-cifs-client mailing list