From: Derrick Brashear Date: Fri, 13 Jul 2007 23:17:25 +0000 (+0000) Subject: DEVEL15-linux-remove-pullup-errors-20070713 X-Git-Tag: openafs-devel-1_5_22~47 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f2b48489b102b058294245407f7b0e2a8701848b;p=packages%2Fo%2Fopenafs.git DEVEL15-linux-remove-pullup-errors-20070713 pullup script glitched. --- diff --git a/src/afs/LINUX/osi_vfsops.c b/src/afs/LINUX/osi_vfsops.c index a76d5cbb7..589dfb220 100644 --- a/src/afs/LINUX/osi_vfsops.c +++ b/src/afs/LINUX/osi_vfsops.c @@ -108,7 +108,6 @@ struct file_system_type afs_fs_type = { struct backing_dev_info afs_backing_dev_info = { .ra_pages = 0, /* disable readahead, afs does prefetch */ }; -#endif int afs_fill_super(struct super_block *sb, void *data, int silent) @@ -457,7 +456,7 @@ struct super_operations afs_sops = { .notify_change = afs_notify_change, #endif }; -#endif + /************** Support routines ************************/