Missing 'const' from reiserfs MIN_KEY declaration.
authorDavid Woodhouse <dwmw2@infradead.org>
Wed, 23 May 2007 20:57:52 +0000 (13:57 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 24 May 2007 03:14:13 +0000 (20:14 -0700)
commit5a1b63914815e4223ceb3d079286e18f9ee92b4b
treeddcbf5482668d3199fab4d35e0d98da90de7d75d
parent772dce71f5468d97143aef74be04e34faa712d48
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>
fs/reiserfs/dir.c
This page took 0.025067 seconds and 5 git commands to generate.