[Ocfs2-devel] [PATCH 13/22] ocfs2: use little endian bitops

2010-11-02 Thread Akinobu Mita
As a preparation for removing ext2 non-atomic bit operations from asm/bitops.h. This converts ext2 non-atomic bit operations to little endian bit operations. Signed-off-by: Akinobu Mita akinobu.m...@gmail.com Cc: Mark Fasheh mfas...@suse.com Cc: Joel Becker joel.bec...@oracle.com Cc:

[Ocfs2-devel] [PATCH] /fs/ocfs2/slot_map.c (2.6.35.6): Uninitialized variable

2010-11-02 Thread Poyo VL
When I tried to compile I got the following warning: fs/ocfs2/slot_map.c: In function ‘ocfs2_init_slot_info’: fs/ocfs2/slot_map.c:360: warning: ‘bytes’ may be used uninitialized in this function fs/ocfs2/slot_map.c:360: note: ‘bytes’ was declared here Compiler: gcc version 4.4.3 (GCC) on

[Ocfs2-devel] [PATCH 02/16] ocfs2: fixed typo

2010-11-02 Thread Andrea Gelmini
vaild Signed-off-by: Andrea Gelmini andrea.gelm...@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 ---

[Ocfs2-devel] [PATCH v2 13/22] ocfs2: use little-endian bitops

2010-11-02 Thread Akinobu Mita
As a preparation for removing ext2 non-atomic bit operations from asm/bitops.h. This converts ext2 non-atomic bit operations to little-endian bit operations. Signed-off-by: Akinobu Mita akinobu.m...@gmail.com Acked-by: Joel Becker joel.bec...@oracle.com Cc: Mark Fasheh mfas...@suse.com Cc:

[Ocfs2-devel] [PATCH 2/2] ocfs2/cluster: Add per-region debugfs file to show the elapsed time

2010-11-02 Thread Srinivas Eeda
From: Sunil Mushran sunil.mush...@oracle.com Mainline fa16655a622e7c0fda76ca5155db6efc86968c65 A per-region debugfs file, elapsed_time_in_ms, shows the time since the heartbeat timer was last armed. Signed-off-by: Sunil Mushran sunil.mush...@oracle.com --- fs/ocfs2/cluster/heartbeat.c | 46

[Ocfs2-devel] backports to 1.4 from mainline

2010-11-02 Thread Srinivas Eeda
The following two patches are backports from mainline to 1.4. These patches create debugfs entry for heartbeat regions and to show elapsed time. ___ Ocfs2-devel mailing list Ocfs2-devel@oss.oracle.com http://oss.oracle.com/mailman/listinfo/ocfs2-devel

[Ocfs2-devel] [PATCH 1/2] ocfs2/cluster: Create debugfs dir for heartbeat regions

2010-11-02 Thread Srinivas Eeda
From: Sunil Mushran sunil.mush...@oracle.com Mainline 0841ed580fe8a3e51ba9dbb133dafc787cce428f Signed-off-by: Sunil Mushran sunil.mush...@oracle.com --- fs/ocfs2/cluster/heartbeat.c | 27 +++ 1 files changed, 19 insertions(+), 8 deletions(-) diff --git

Re: [Ocfs2-devel] backports to 1.4 from mainline

2010-11-02 Thread Joel Becker
On Tue, Nov 02, 2010 at 01:17:58PM -0700, Srinivas Eeda wrote: The following two patches are backports from mainline to 1.4. These patches create debugfs entry for heartbeat regions and to show elapsed time. Works for me. Joel -- Drake! We're LEAVING! Joel Becker Senior