ocfs2: Remove mlog(0) from fs/ocfs2/localalloc.c
authorTao Ma <boyu.mt@taobao.com>
Mon, 21 Feb 2011 23:56:45 +0000 (07:56 +0800)
committerTao Ma <boyu.mt@taobao.com>
Mon, 21 Feb 2011 23:56:45 +0000 (07:56 +0800)
commita04733d8afad9cd0bfb8269173e30d28fb96088e
tree4880e40a4034d2c2c742ae243533bc9b9f9c33bd
parenta09d09b8f8d7c8acd46d96e3e9899bd1461fc036
ocfs2: Remove mlog(0) from fs/ocfs2/localalloc.c

This is the 2nd step to remove the debug info of DISK_ALLOC.

So this patch removes all mlog(0,...) from localalloc.c and adds
the corresponding tracepoints. Different mlogs have different
solutions.
1. Some are replaced with trace event directly.
2. Some are replaced while some new parameters are added.
3. Some are combined into one trace events.
4. Some redundant mlogs are removed.

Signed-off-by: Tao Ma <boyu.mt@taobao.com>
fs/ocfs2/localalloc.c
fs/ocfs2/ocfs2_trace.h