nilfs2: remove individual gfp constants for each metadata file
authorRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Sat, 15 Aug 2009 04:47:09 +0000 (13:47 +0900)
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Mon, 14 Sep 2009 09:27:15 +0000 (18:27 +0900)
commit7a102b09232be1ad7c180dfd1f46c7aa95dff1e0
tree81691c3a48e3108db1a5341c8dcf4531ac404cac
parent3218929dbd25245e0f601df1e359a3ed3f7fb03b
nilfs2: remove individual gfp constants for each metadata file

This gets rid of NILFS_CPFILE_GFP, NILFS_SUFILE_GFP, NILFS_DAT_GFP,
and NILFS_IFILE_GFP.  All of these constants refer to NILFS_MDT_GFP,
and can be removed.

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
fs/nilfs2/cpfile.h
fs/nilfs2/dat.h
fs/nilfs2/ifile.h
fs/nilfs2/mdt.c
fs/nilfs2/mdt.h
fs/nilfs2/sufile.h
fs/nilfs2/super.c
fs/nilfs2/the_nilfs.c