diff options
Diffstat (limited to 'fs/nfs/flexfilelayout/flexfilelayout.c')
-rw-r--r-- | fs/nfs/flexfilelayout/flexfilelayout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfs/flexfilelayout/flexfilelayout.c b/fs/nfs/flexfilelayout/flexfilelayout.c index 315cc68945b9..edfb27ea4ce2 100644 --- a/fs/nfs/flexfilelayout/flexfilelayout.c +++ b/fs/nfs/flexfilelayout/flexfilelayout.c | |||
@@ -1414,7 +1414,7 @@ ff_layout_get_ds_info(struct inode *inode) | |||
1414 | } | 1414 | } |
1415 | 1415 | ||
1416 | static void | 1416 | static void |
1417 | ff_layout_free_deveiceid_node(struct nfs4_deviceid_node *d) | 1417 | ff_layout_free_deviceid_node(struct nfs4_deviceid_node *d) |
1418 | { | 1418 | { |
1419 | nfs4_ff_layout_free_deviceid(container_of(d, struct nfs4_ff_layout_ds, | 1419 | nfs4_ff_layout_free_deviceid(container_of(d, struct nfs4_ff_layout_ds, |
1420 | id_node)); | 1420 | id_node)); |
@@ -1498,7 +1498,7 @@ static struct pnfs_layoutdriver_type flexfilelayout_type = { | |||
1498 | .pg_read_ops = &ff_layout_pg_read_ops, | 1498 | .pg_read_ops = &ff_layout_pg_read_ops, |
1499 | .pg_write_ops = &ff_layout_pg_write_ops, | 1499 | .pg_write_ops = &ff_layout_pg_write_ops, |
1500 | .get_ds_info = ff_layout_get_ds_info, | 1500 | .get_ds_info = ff_layout_get_ds_info, |
1501 | .free_deviceid_node = ff_layout_free_deveiceid_node, | 1501 | .free_deviceid_node = ff_layout_free_deviceid_node, |
1502 | .mark_request_commit = pnfs_layout_mark_request_commit, | 1502 | .mark_request_commit = pnfs_layout_mark_request_commit, |
1503 | .clear_request_commit = pnfs_generic_clear_request_commit, | 1503 | .clear_request_commit = pnfs_generic_clear_request_commit, |
1504 | .scan_commit_lists = pnfs_generic_scan_commit_lists, | 1504 | .scan_commit_lists = pnfs_generic_scan_commit_lists, |