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)
.notify_change = afs_notify_change,
#endif
};
+#endif
/************** Support routines ************************/
code = bcdb_FindDumpByID(dumpTaskPtr->parentDumpID, dumpDescr);
if (code)
{
- com_err(whoami, "Couldn't look up info for dump %d\n",
+ afs_com_err(whoami, "Couldn't look up info for dump %d\n",
dumpTaskPtr->parentDumpID);
continue;
}