- remove some assertions from start and stop transactions because
logging is showing some nested transactions that the assertions
can't handle.
- updates to the network document with collected bits and pieces of
router failover wisdom from Eric Barton.
#include <linux/lvfs.h>
-struct dentry *lvfs_fid2dentry(struct obd_run_ctxt *ctxt, __u64 id, __u32 gen,
+struct dentry *lvfs_fid2dentry(struct obd_run_ctxt *ctxt, __u64 id, __u32 gen, __u64 gr,
void *data)
{
- return ctxt->cb_ops.l_fid2dentry(id, gen, data);
+ return ctxt->cb_ops.l_fid2dentry(id, gen, gr, data);
}
EXPORT_SYMBOL(lvfs_fid2dentry);