diff options
author | Tao Ma <boyu.mt@taobao.com> | 2011-02-23 09:12:48 -0500 |
---|---|---|
committer | Tao Ma <boyu.mt@taobao.com> | 2011-02-23 09:12:48 -0500 |
commit | 38877a43795d3a834fad827f3d6532ff649e5c45 (patch) | |
tree | 14eb9e3e6c53e80fd4667832e9d092dc53e44557 /fs/ocfs2/ocfs2_trace.h | |
parent | 2661836e0ca07f57505563ec31aeee20b1758987 (diff) |
ocfs2: Remove mlog(0) from quota_local.c.
Remove mlog(0) from fs/ocfs2/quota_local.c.
Signed-off-by: Tao Ma <boyu.mt@taobao.com>
Diffstat (limited to 'fs/ocfs2/ocfs2_trace.h')
-rw-r--r-- | fs/ocfs2/ocfs2_trace.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fs/ocfs2/ocfs2_trace.h b/fs/ocfs2/ocfs2_trace.h index 1c040fcbd6e7..dbd1812f5161 100644 --- a/fs/ocfs2/ocfs2_trace.h +++ b/fs/ocfs2/ocfs2_trace.h | |||
@@ -1925,6 +1925,16 @@ TRACE_EVENT(ocfs2_resmap_claimed_bits_end, | |||
1925 | ); | 1925 | ); |
1926 | 1926 | ||
1927 | /* End of trace events for fs/ocfs2/reservations.c. */ | 1927 | /* End of trace events for fs/ocfs2/reservations.c. */ |
1928 | |||
1929 | /* Trace events for fs/ocfs2/quota_local.c. */ | ||
1930 | |||
1931 | DEFINE_OCFS2_ULL_UINT_EVENT(ocfs2_recover_local_quota_file); | ||
1932 | |||
1933 | DEFINE_OCFS2_INT_EVENT(ocfs2_finish_quota_recovery); | ||
1934 | |||
1935 | DEFINE_OCFS2_ULL_ULL_UINT_EVENT(olq_set_dquot); | ||
1936 | |||
1937 | /* End of trace events for fs/ocfs2/quota_local.c. */ | ||
1928 | #endif /* _TRACE_OCFS2_H */ | 1938 | #endif /* _TRACE_OCFS2_H */ |
1929 | 1939 | ||
1930 | /* This part must be outside protection */ | 1940 | /* This part must be outside protection */ |