From: kbuild test robot Date: Tue, 25 Aug 2015 03:19:25 +0000 (+0800) Subject: NFSv4.1/flexfile: ff_layout_remove_mirror can be static X-Git-Tag: v4.3-rc1~64^2~33 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=e3b1df2dbd7bcda807a94db131fda6c2bbd1480a;p=linux.git NFSv4.1/flexfile: ff_layout_remove_mirror can be static Signed-off-by: Fengguang Wu Signed-off-by: Trond Myklebust --- 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;