From 3b7a0af29212eee87046bbdf4454ba26dfa5aa60 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 28 Feb 2011 16:56:25 -0800 Subject: [PATCH] Fix merge problem with the Linux 2.6.38 changes --- src/afs/LINUX/osi_vfsops.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/afs/LINUX/osi_vfsops.c b/src/afs/LINUX/osi_vfsops.c index ae8078100..d6d8ded8d 100644 --- a/src/afs/LINUX/osi_vfsops.c +++ b/src/afs/LINUX/osi_vfsops.c @@ -159,6 +159,7 @@ afs_read_super(struct super_block *sb, void *data, int silent) sb->s_bdi = afs_backing_dev_info; /* The name specified here will appear in the flushing thread name - flush-afs */ bdi_register(afs_backing_dev_info, NULL, "afs"); +# endif #endif #if defined(MAX_NON_LFS) #ifdef AFS_64BIT_CLIENT -- 2.39.5