fs/cramfs/inode.c: replace hardcoded value with preprocessor constant
authorAndi Drebes <lists-receive@programmierforen.de>
Thu, 18 Oct 2007 10:06:55 +0000 (03:06 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 18 Oct 2007 21:37:29 +0000 (14:37 -0700)
commit4176ed593866b5e4bcf86896e0734315ad46661b
tree18756b3b0f2ede9925ec8e2ded3652bf76120041
parent6bbfb0776615b3cb84ccfec8f5d6214938143b2a
fs/cramfs/inode.c: replace hardcoded value with preprocessor constant

Remove the hardcoded value 256 in fs/cramfs/inode.c and replaces it with
CRAMFS_MAXPATHLEN.

Tested on an i386 box.
Signed-off-by: Andi Drebes <lists-receive@programmierforen.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/cramfs/inode.c