X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=fs%2Fdcache.c;h=7d24ff7eb20680e5df01851ffa9cc227a5ab4a13;hb=7d19ea5e99731f5346b047003bbe65117a86d12d;hp=799d9e4f0bcd46bb710689444f1e92e5690f5150;hpb=e229b429bb4af24d9828758c0c851bb6a4169400;p=linux-2.6-microblaze.git diff --git a/fs/dcache.c b/fs/dcache.c index 799d9e4f0bcd..7d24ff7eb206 100644 --- a/fs/dcache.c +++ b/fs/dcache.c @@ -2176,8 +2176,8 @@ EXPORT_SYMBOL(d_obtain_root); * same inode, only the actual correct case is stored in the dcache for * case-insensitive filesystems. * - * For a case-insensitive lookup match and if the the case-exact dentry - * already exists in in the dcache, use it and return it. + * For a case-insensitive lookup match and if the case-exact dentry + * already exists in the dcache, use it and return it. * * If no entry exists with the exact case name, allocate new dentry with * the exact case, and return the spliced entry.