]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit16f778d8d5701cd94571e752c176d73733d3e542
tree18756b3b0f2ede9925ec8e2ded3652bf76120041
parenta7b3f9812190ed84f6306e3a4826cec866406a51
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