> fs/xfs/xfs_icache.c | 73 +++++++++++++++++++++++++++++++++++------------------ > 1 file changed, 48 insertions(+), 25 deletions(-) > > diff --git a/fs/xfs/xfs_icache.c b/fs/xfs/xfs_icache.c > index 98b7a4ae15e4..fb37ada55710 100644 > --- a/fs/xfs/xfs_icache.c > +++ b/fs/xfs/xfs_icache.c > @@ -309,6 +309,46 @@ xfs_reinit_inode( > return error; > } > > +/* > + * If we are allocating a new inode, then check what was returned is > + * actually a free, empty inode. If we are not allocating an inode, > + * the check we didn't find a free inode. I know it's been like that for a while, but maybe it's a good time to fix this typo? "then check we didn't find..." ? Fixing the old typo or not, the patch looks good: Reviewed-by: Carlos Maiolino <cmaiolino@xxxxxxxxxx> -- Carlos -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html