* [PATCH] pnfs/objlayout: wire up .alloc_device_id_node
@ 2015-01-14 8:59 Christoph Hellwig
0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2015-01-14 8:59 UTC (permalink / raw)
To: linux-nfs
This fixes commit 661373b1 ("pnfs: factor GETDEVICEINFO implementations"),
which forgot to wire up the new method for the objlayout driver.
Signed-off-by: Christoph Hellwig <hch@lst.de>
---
fs/nfs/objlayout/objio_osd.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/fs/nfs/objlayout/objio_osd.c b/fs/nfs/objlayout/objio_osd.c
index 9e5bc42..ef2057f 100644
--- a/fs/nfs/objlayout/objio_osd.c
+++ b/fs/nfs/objlayout/objio_osd.c
@@ -634,6 +634,7 @@ static struct pnfs_layoutdriver_type objlayout_type = {
.pg_read_ops = &objio_pg_read_ops,
.pg_write_ops = &objio_pg_write_ops,
+ .alloc_deviceid_node = objio_alloc_deviceid_node,
.free_deviceid_node = objio_free_deviceid_node,
.encode_layoutcommit = objlayout_encode_layoutcommit,
--
1.9.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-01-14 9:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-14 8:59 [PATCH] pnfs/objlayout: wire up .alloc_device_id_node Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox