diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-21 19:19:50 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-21 19:19:50 -0500 |
commit | 5d637c4a5146f803a872275c139fc11914056d74 (patch) | |
tree | 160f073d8ebf51f499150325dc1b6d1985dd1380 | |
parent | 06165752c8dfd7c6a3f3186bd6dec86a70895c72 (diff) | |
parent | d7c2feaf88df39124e278b9e775b245b057ac99e (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm:
dlm: update git tree in MAINTAINERS
dlm: fix rcom_names message to self
-rw-r--r-- | MAINTAINERS | 3 | ||||
-rw-r--r-- | fs/dlm/rcom.c | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 082d1ee154a9..fd81e0672c0d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1324,8 +1324,7 @@ P: David Teigland | |||
1324 | M: teigland@redhat.com | 1324 | M: teigland@redhat.com |
1325 | L: cluster-devel@redhat.com | 1325 | L: cluster-devel@redhat.com |
1326 | W: http://sources.redhat.com/cluster/ | 1326 | W: http://sources.redhat.com/cluster/ |
1327 | T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git | 1327 | T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git |
1328 | T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git | ||
1329 | S: Supported | 1328 | S: Supported |
1330 | 1329 | ||
1331 | DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER | 1330 | DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER |
diff --git a/fs/dlm/rcom.c b/fs/dlm/rcom.c index 035e6f9990b0..67522c268c14 100644 --- a/fs/dlm/rcom.c +++ b/fs/dlm/rcom.c | |||
@@ -215,6 +215,8 @@ int dlm_rcom_names(struct dlm_ls *ls, int nodeid, char *last_name, int last_len) | |||
215 | ls->ls_recover_nodeid = nodeid; | 215 | ls->ls_recover_nodeid = nodeid; |
216 | 216 | ||
217 | if (nodeid == dlm_our_nodeid()) { | 217 | if (nodeid == dlm_our_nodeid()) { |
218 | ls->ls_recover_buf->rc_header.h_length = | ||
219 | dlm_config.ci_buffer_size; | ||
218 | dlm_copy_master_names(ls, last_name, last_len, | 220 | dlm_copy_master_names(ls, last_name, last_len, |
219 | ls->ls_recover_buf->rc_buf, | 221 | ls->ls_recover_buf->rc_buf, |
220 | max_size, nodeid); | 222 | max_size, nodeid); |