batman-adv: Simplify gw_check_election(), use gw_get_selected()
[firefly-linux-kernel-4.4.55.git] / fs / inode.c
index 05a1f75ae79181cbb190b93a29c5fa4e03dff0d4..5f4e11aaeb5c6b7cb0bf045b3dd5b9a53fbcfc87 100644 (file)
@@ -1167,7 +1167,7 @@ EXPORT_SYMBOL(igrab);
  * Note: I_NEW is not waited upon so you have to be very careful what you do
  * with the returned inode.  You probably should be using ilookup5() instead.
  *
- * Note: @test is called with the inode_hash_lock held, so can't sleep.
+ * Note2: @test is called with the inode_hash_lock held, so can't sleep.
  */
 struct inode *ilookup5_nowait(struct super_block *sb, unsigned long hashval,
                int (*test)(struct inode *, void *), void *data)