of which look trivial and readily acceptable to b_devel. landing
first on b_unify to fix a few bugs and test more heavily
for (i = 0; i < objcount; i++, o++) {
struct dentry *dentry;
struct inode *inode;
+#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,5,0))
+ sector_t (*fs_bmap)(struct address_space *, sector_t);
+#else
int (*fs_bmap)(struct address_space *, long);
+#endif
int j;
dentry = filter_fid2dentry(obd, NULL, o->ioo_type, o->ioo_id);