romfs: romfs_iget() - unsigned ino >= 0 is always true
authorroel kluin <[email protected]>
Thu, 8 Jan 2009 02:09:08 +0000 (18:09 -0800)
committerLinus Torvalds <[email protected]>
Thu, 8 Jan 2009 16:31:14 +0000 (08:31 -0800)
commitf15659628b43b27c20447c731456c39cbec973e9
tree86f3a346ddf017881005413eb31a032ac8623d6d
parent921d58c0e6992f74d3a48180604a298f115d2dee
romfs: romfs_iget() - unsigned ino >= 0 is always true

romfs_strnlen() returns int
unsigned X >= 0 is always true

[[email protected]: coding-style fixes]
Signed-off-by: roel kluin <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/romfs/inode.c