From fed05653ff1c9dd366181eac7964ffa311de47f0 Mon Sep 17 00:00:00 2001 From: Namhyung Kim Date: Wed, 15 Sep 2010 21:46:02 +0900 Subject: [PATCH] --- yaml --- r: 216023 b: refs/heads/master c: 72b43570f304634532b4d66c991eef529135f68c h: refs/heads/master i: 216021: cedfd3e6532139712d592967b4fbdf6fa09f2826 216019: 0ad3700c13719adca5233eb38eb8ead5ae5d1c50 216015: 478043e8965eaa03b24ecdaa4974b5c9adaa79a6 v: v3 --- [refs] | 2 +- trunk/fs/ext2/inode.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 1129f5155453..764ebfef2a5b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 35df83970ecdc2cffb141503cf721a740d0f0ec5 +refs/heads/master: 72b43570f304634532b4d66c991eef529135f68c diff --git a/trunk/fs/ext2/inode.c b/trunk/fs/ext2/inode.c index 940c96168868..533699c16040 100644 --- a/trunk/fs/ext2/inode.c +++ b/trunk/fs/ext2/inode.c @@ -458,7 +458,7 @@ static int ext2_alloc_blocks(struct inode *inode, * the same format as ext2_get_branch() would do. We are calling it after * we had read the existing part of chain and partial points to the last * triple of that (one with zero ->key). Upon the exit we have the same - * picture as after the successful ext2_get_block(), excpet that in one + * picture as after the successful ext2_get_block(), except that in one * place chain is disconnected - *branch->p is still zero (we did not * set the last link), but branch->key contains the number that should * be placed into *branch->p to fill that gap. @@ -662,7 +662,7 @@ static int ext2_get_blocks(struct inode *inode, mutex_lock(&ei->truncate_mutex); /* * If the indirect block is missing while we are reading - * the chain(ext3_get_branch() returns -EAGAIN err), or + * the chain(ext2_get_branch() returns -EAGAIN err), or * if the chain has been changed after we grab the semaphore, * (either because another process truncated this branch, or * another get_block allocated this branch) re-grab the chain to see if