diff --git a/fs/ext2/dir.c b/fs/ext2/dir.c index 8f597753ac129dfb30f0dfe0c30aa43e13cf8af3..27873733ed8c85b57cc4e405f7bbf8356ddf5ad1 100644 --- a/fs/ext2/dir.c +++ b/fs/ext2/dir.c @@ -413,7 +413,7 @@ struct ext2_dir_entry_2 *ext2_find_entry (struct inode *dir, return de; } -/** +/* * Return the '..' directory entry and the page in which the entry was found * (as a parameter - p). *