fs: move cache_init() into fs_init, to handle special needs
authorH. Peter Anvin <hpa@zytor.com>
Tue, 16 Feb 2010 20:22:12 +0000 (12:22 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 16 Feb 2010 20:22:12 +0000 (12:22 -0800)
commit362daa623200248b789ec6d4703070cb001cc929
tree61b709be540b96bd91eb1e2c343beeda4cce876f
parent508bcfcf3999e06730338a68f012cbb1023975de
fs: move cache_init() into fs_init, to handle special needs

Move cache_init() into the fs_init methods, to accommodate special
handling, e.g. the all-zero zero block for ext2.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/fs/btrfs/btrfs.c
core/fs/ext2/ext2.c
core/fs/fat/fat.c
core/fs/iso9660/iso9660.c