"vaild"
Signed-off-by: Andrea Gelmini <andrea.gelmini at gelma.net>
---
fs/ocfs2/cluster/tcp_internal.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/ocfs2/cluster/tcp_internal.h b/fs/ocfs2/cluster/tcp_internal.h
index 96fa7eb..15fdbdf 100644
--- a/fs/ocfs2/cluster/tcp_internal.h
+++ b/fs/ocfs2/cluster/tcp_internal.h
@@ -129,7 +129,7 @@ struct o2net_node {
struct o2net_sock_container {
struct kref sc_kref;
- /* the next two are vaild for the life time of the sc */
+ /* the next two are valid for the life time of the sc */
struct socket *sc_sock;
struct o2nm_node *sc_node;
--
1.7.3.1.181.g784b8
On Sat, Oct 16, 2010 at 03:19:12PM +0200, Andrea Gelmini wrote:> "vaild" > > Signed-off-by: Andrea Gelmini <andrea.gelmini at gelma.net>Acked-by: Joel Becker <joel.becker at oracle.com> Did you want to push this yourself, or do you want me to take it via the ocfs2.git tree? Joel -- "Ninety feet between bases is perhaps as close as man has ever come to perfection." - Red Smith Joel Becker Consulting Software Developer Oracle E-mail: joel.becker at oracle.com Phone: (650) 506-8127
2010/10/18 Joel Becker <Joel.Becker at oracle.com>:
Hi Joel,
thanks a lot for your answer.
> Did you want to push this yourself, or do you want me to take it via the
> ocfs2.git tree?
As you prefer.
Thanks a lot,
Andrea