commit | 752343be63d90c84d275f046e43371febe217863 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | Thu Oct 29 12:01:41 2015 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Dec 06 21:17:11 2015 -0500 |
tree | 9f15c7f9a05e0c54d871d211a7edc71ae4c7cbb3 | |
parent | 474fe9f7f551b151222db07a968b15bf05ffe4c4 [diff] |
fs/file.c: __const_max is actually __const_min :-) 7f4b36f9bb930 "get rid of files_defer_init()" inexplicably changed a min() to a __const_max() - but the __const_max macro actually gives the minimum... So no functional change, just less confusing naming. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>