summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorkbuild test robot <fengguang.wu@intel.com>2015-08-25 11:19:25 +0800
committerTrond Myklebust <trond.myklebust@primarydata.com>2015-08-25 14:40:09 -0400
commite3b1df2dbd7bcda807a94db131fda6c2bbd1480a (patch)
tree2556c57ca87ba4d4b9317752f932ba6836ece610 /fs
parentbbf58bf3488e41f346536aa89d62bdf2fe771128 (diff)
downloadlinux-stable-e3b1df2dbd7bcda807a94db131fda6c2bbd1480a.tar.gz
linux-stable-e3b1df2dbd7bcda807a94db131fda6c2bbd1480a.tar.bz2
linux-stable-e3b1df2dbd7bcda807a94db131fda6c2bbd1480a.zip
NFSv4.1/flexfile: ff_layout_remove_mirror can be static
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/nfs/flexfilelayout/flexfilelayout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/flexfilelayout/flexfilelayout.c b/fs/nfs/flexfilelayout/flexfilelayout.c
index 9f6fb8876b3f..7fefa8ad9578 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;