commit | 5a1b63914815e4223ceb3d079286e18f9ee92b4b | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Wed May 23 13:57:52 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed May 23 20:14:13 2007 -0700 |
tree | ddcbf5482668d3199fab4d35e0d98da90de7d75d | |
parent | 772dce71f5468d97143aef74be04e34faa712d48 [diff] |
Missing 'const' from reiserfs MIN_KEY declaration. In stree.c, MIN_KEY is declared const. The extern declaration in dir.c doesn't match... Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>