Re: [PATCH 2/3] f2fs: add a tracepoint on f2fs_new_inode

2013-04-25 Thread Namjae Jeon
2013/4/25, Jaegeuk Kim : > This can help when debugging the free nid allocation flows. > > Signed-off-by: Jaegeuk Kim Yes, Agreed also. Reviewed-by: Namjae Jeon Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.or

[PATCH 2/3] f2fs: add a tracepoint on f2fs_new_inode

2013-04-25 Thread Jaegeuk Kim
This can help when debugging the free nid allocation flows. Signed-off-by: Jaegeuk Kim --- fs/f2fs/namei.c | 3 ++- include/trace/events/f2fs.h | 7 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/fs/f2fs/namei.c b/fs/f2fs/namei.c index c57fd18..4aa26e5 100644 -