linux-stable/fs/isofs
Arnd Bergmann 7ca2f23440 isofs: avoid unused function warning
With the isofs_hash() function removed, isofs_hash_ms() is the only user
of isofs_hash_common(), but it's defined inside of an #ifdef, which triggers
this gcc warning in ARM axm55xx_defconfig starting with v3.18-rc3:

fs/isofs/inode.c:177:1: warning: 'isofs_hash_common' defined but not used [-Wunused-function]

This patch moves the function inside of the same #ifdef section to avoid that
warning, which seems the best compromise of a relatively harmless patch for
a late -rc.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: b0afd8e5db ("isofs: don't bother with ->d_op for normal case")
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2014-11-19 13:09:37 -05:00
..
Kconfig fs/Kconfig: move iso9660, udf out 2009-01-22 13:15:55 +03:00
Makefile
compress.c initramfs: support initramfs that is bigger than 2GiB 2014-08-08 15:57:26 -07:00
dir.c [readdir] convert isofs 2013-06-29 12:56:47 +04:00
export.c fs: encode_fh: return FILEID_INVALID if invalid fid_type 2013-02-26 02:46:10 -05:00
inode.c isofs: avoid unused function warning 2014-11-19 13:09:37 -05:00
isofs.h isofs: Fix unbounded recursion when processing relocated directories 2014-08-19 18:29:30 +02:00
joliet.c NLS: update handling of Unicode 2009-06-15 21:44:43 -07:00
namei.c isofs: don't bother with ->d_op for normal case 2014-10-31 06:33:17 -04:00
rock.c isofs: Fix unbounded recursion when processing relocated directories 2014-08-19 18:29:30 +02:00
rock.h
util.c
zisofs.h