]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r274437;
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 23 Dec 2014 03:24:16 +0000 (03:24 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 23 Dec 2014 03:24:16 +0000 (03:24 +0000)
commit706480ea8576aaadd48f4d571a3cec5ba5468865
tree1cf92ccc8939e8fb81fce245e732be99e24c1755
parent2388f0d014e1324c211657bf916e6727273325e7
MFC r274437;

ifdef ext2_print_inode which is not really used.

ext2_print_inode was nice to have for initial development work but
is not really used anymore. #ifdef it under a new EXT2FS_DEBUG knob
so that we don't spend time compiling it.

git-svn-id: svn://svn.freebsd.org/base/stable/10@276102 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/ext2fs/ext2_extern.h
sys/fs/ext2fs/ext2_inode_cnv.c
sys/fs/ext2fs/ext2_vfsops.c