]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: fix build failure without procfs
authorAlexander Beregalov <a.beregalov@gmail.com>
Sun, 12 Oct 2008 21:27:49 +0000 (17:27 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 12 Oct 2008 21:27:49 +0000 (17:27 -0400)
commit89a72fe90d0b7b21f14e80815533614261b34dc7
treefa46eff0dff3a9a046917bdb0c8ec3b2fef807f4
parent8c132532157bc01393e970c97cfb07282141665c
ext4: fix build failure without procfs

fs/ext4/super.c: In function 'ext4_fill_super':
fs/ext4/super.c:2226: error: 'ext4_ui_proc_fops' undeclared (first use
in this function)
fs/ext4/super.c:2226: error: (Each undeclared identifier is reported
only once
fs/ext4/super.c:2226: error: for each function it appears in.)

Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/super.c