Group short-lived and reclaimable kernel allocations
[sfrench/cifs-2.6.git] / fs / dcache.c
index 678d39deb60770dffb5cbbbc0de1e84d6e139f36..7da0cf50873e5088fea6a496872a28f401f7a899 100644 (file)
@@ -903,7 +903,7 @@ struct dentry *d_alloc(struct dentry * parent, const struct qstr *name)
        struct dentry *dentry;
        char *dname;
 
-       dentry = kmem_cache_alloc(dentry_cache, GFP_KERNEL); 
+       dentry = kmem_cache_alloc(dentry_cache, GFP_KERNEL);
        if (!dentry)
                return NULL;