diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-06-15 01:55:58 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-06-15 01:55:58 +0000 |
commit | 53b3988d474435254a3b053a68bb24ce9e439295 (patch) | |
tree | f8da8e40f01f4ad02bbd76b8c9920749b118235f /fs/inode.c | |
parent | b0cb48abe83d1a4389ea938bf624f8baa82c5047 (diff) |
Merge with 2.3.99-pre9.
Diffstat (limited to 'fs/inode.c')
-rw-r--r-- | fs/inode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/inode.c b/fs/inode.c index 1bacb24a7..64373d6ad 100644 --- a/fs/inode.c +++ b/fs/inode.c @@ -377,7 +377,7 @@ static int invalidate_list(struct list_head *head, struct super_block * sb, stru * * Discard all of the inodes for a given superblock. If the discard * fails because there are busy inodes then a non zero value is returned. - * If the discard is successful all the inodes are dicarded. + * If the discard is successful all the inodes have been discarded. */ int invalidate_inodes(struct super_block * sb) @@ -470,7 +470,7 @@ int shrink_icache_memory(int priority, int gfp_mask) /* * Called with the inode lock held. * NOTE: we are not increasing the inode-refcount, you must call __iget() - * by hand after calling find_inode now! This simplify iunique and won't + * by hand after calling find_inode now! This simplifies iunique and won't * add any additional branch in the common code. */ static struct inode * find_inode(struct super_block * sb, unsigned long ino, struct list_head *head, find_inode_t find_actor, void *opaque) |