From 0fd69af2468a49fce491a4d424aa3738e2646b2c Mon Sep 17 00:00:00 2001 From: Ryusuke Konishi Date: Sun, 14 Mar 2010 03:01:03 +0900 Subject: [PATCH] --- yaml --- r: 188034 b: refs/heads/master c: 9ccf56c13831c5fe0edecd8c1184c9a6fe805d23 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/nilfs2/segment.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index b34d5ff8ee7d..63dc0c5c431a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6c477d44a7dad43a2783b4dea7f4ca3882d77126 +refs/heads/master: 9ccf56c13831c5fe0edecd8c1184c9a6fe805d23 diff --git a/trunk/fs/nilfs2/segment.c b/trunk/fs/nilfs2/segment.c index ada2f1b947a3..3265bfc57e42 100644 --- a/trunk/fs/nilfs2/segment.c +++ b/trunk/fs/nilfs2/segment.c @@ -141,7 +141,7 @@ int nilfs_init_transaction_cache(void) } /** - * nilfs_detroy_transaction_cache - destroy the cache for transaction info + * nilfs_destroy_transaction_cache - destroy the cache for transaction info * * nilfs_destroy_transaction_cache() frees the slab cache for the struct * nilfs_transaction_info. @@ -2214,7 +2214,7 @@ static int nilfs_segctor_do_construct(struct nilfs_sc_info *sci, int mode) } /** - * nilfs_secgtor_start_timer - set timer of background write + * nilfs_segctor_start_timer - set timer of background write * @sci: nilfs_sc_info * * If the timer has already been set, it ignores the new request.