commit | 4176ed593866b5e4bcf86896e0734315ad46661b | [log] [tgz] |
---|---|---|
author | Andi Drebes <lists-receive@programmierforen.de> | Thu Oct 18 03:06:55 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Thu Oct 18 14:37:29 2007 -0700 |
tree | 18756b3b0f2ede9925ec8e2ded3652bf76120041 | |
parent | 6bbfb0776615b3cb84ccfec8f5d6214938143b2a [diff] |
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>