Could commit 074b85175a43a23fdbde60f55feea636e0bf0f85 be added to the stable
tree?

http://git2.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=074b85175a43a23fdbde60f55feea636e0bf0f85

vfs: fix panic in __d_lookup() with high dentry hashtable counts

When the number of dentry cache hash table entries gets too high
(2147483648 entries), as happens by default on a 16TB system, use of a
signed integer in the dcache_init() initialization loop prevents the
dentry_hashtable from getting initialized, causing a panic in
__d_lookup().  Fix this in dcache_init() and similar areas.

--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to