commit | eeb36f8e938d151fc5e12e96ae13d0e283be357e | [log] [tgz] |
---|---|---|
author | Fabian Frederick <fabf@skynet.be> | Tue Feb 17 13:46:20 2015 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Feb 17 14:34:52 2015 -0800 |
tree | f7c9cc24c84059586ff5c51f41a5fa8ce3e45df5 | |
parent | 4d29e571e1942f8f418bf776af0134a9cb5a35c9 [diff] |
fs/affs: use unsigned int for string lengths - Some min() were used with different types. - Create a new variable in __affs_hash_dentry() to process affs_check_name()/min() return Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>