diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-06-27 10:34:02 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-06-27 10:34:02 -0400 |
commit | be1d29f59ca3ec7dfbbae24d4f68d357f5a31c4b (patch) | |
tree | 751f2cc970be12046734c3e36ac48b23a7326ae0 /MAINTAINERS | |
parent | 24eb90abdd54446da5afe71f7c264fe26cfc5659 (diff) | |
parent | 51223df6c33d2d774429aef5fe8ae666401124b0 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6:
MAINTAINERS: change mailing list address for CIFS
cifs: remove bogus first_time check in NTLMv2 session setup code
cifs: don't call cifs_new_fileinfo unless cifs_open succeeds
cifs: don't ignore cifs_posix_open_inode_helper return value
cifs: clean up arguments to cifs_open_inode_helper
cifs: pass instantiated filp back after open call
cifs: move cifs_new_fileinfo call out of cifs_posix_open
cifs: implement drop_inode superblock op
cifs: don't attempt busy-file rename unless it's in same directory
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2a9145016881..b15f01e3a0dd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1581,7 +1581,7 @@ F: include/linux/coda*.h | |||
1581 | 1581 | ||
1582 | COMMON INTERNET FILE SYSTEM (CIFS) | 1582 | COMMON INTERNET FILE SYSTEM (CIFS) |
1583 | M: Steve French <sfrench@samba.org> | 1583 | M: Steve French <sfrench@samba.org> |
1584 | L: linux-cifs-client@lists.samba.org (moderated for non-subscribers) | 1584 | L: linux-cifs@vger.kernel.org |
1585 | L: samba-technical@lists.samba.org (moderated for non-subscribers) | 1585 | L: samba-technical@lists.samba.org (moderated for non-subscribers) |
1586 | W: http://linux-cifs.samba.org/ | 1586 | W: http://linux-cifs.samba.org/ |
1587 | Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/ | 1587 | Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/ |