diff options
Diffstat (limited to 'fs/nfs/pnfs.c')
-rw-r--r-- | fs/nfs/pnfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/pnfs.c b/fs/nfs/pnfs.c index e48017f67fe2..5d09a36b2cd8 100644 --- a/fs/nfs/pnfs.c +++ b/fs/nfs/pnfs.c | |||
@@ -455,6 +455,7 @@ pnfs_destroy_layout(struct nfs_inode *nfsi) | |||
455 | spin_unlock(&nfsi->vfs_inode.i_lock); | 455 | spin_unlock(&nfsi->vfs_inode.i_lock); |
456 | pnfs_free_lseg_list(&tmp_list); | 456 | pnfs_free_lseg_list(&tmp_list); |
457 | } | 457 | } |
458 | EXPORT_SYMBOL_GPL(pnfs_destroy_layout); | ||
458 | 459 | ||
459 | /* | 460 | /* |
460 | * Called by the state manger to remove all layouts established under an | 461 | * Called by the state manger to remove all layouts established under an |