diff mbox

[nfs] NFSv4.1/flexfile: ff_layout_remove_mirror can be static

Message ID 20150825031925.GA124235@xian (mailing list archive)
State New, archived
Headers show

Commit Message

Fengguang Wu Aug. 25, 2015, 3:19 a.m. UTC
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
 flexfilelayout.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/fs/nfs/flexfilelayout/flexfilelayout.c b/fs/nfs/flexfilelayout/flexfilelayout.c
index 2103527..22d1791 100644
--- a/fs/nfs/flexfilelayout/flexfilelayout.c
+++ b/fs/nfs/flexfilelayout/flexfilelayout.c
@@ -183,7 +183,7 @@  ff_layout_add_mirror(struct pnfs_layout_hdr *lo,
 	return mirror;
 }
 
-void
+static void
 ff_layout_remove_mirror(struct nfs4_ff_layout_mirror *mirror)
 {
 	struct inode *inode;