[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180316081534.GA15547@lkp-wsm-ep2>
Date: Fri, 16 Mar 2018 16:15:34 +0800
From: kbuild test robot <fengguang.wu@...el.com>
To: Martin Brandenburg <martin@...ibond.com>
Cc: kbuild-all@...org, Mike Marshall <hubcap@...ibond.com>,
devel@...ts.orangefs.org, linux-kernel@...r.kernel.org
Subject: [RFC PATCH martinbrandenburg] orangefs: orangefs_write_end() can be
static
Fixes: 27dd09ddfeca ("orangefs: implement writepage")
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
inode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/orangefs/inode.c b/fs/orangefs/inode.c
index b9b9d65..9999151 100644
--- a/fs/orangefs/inode.c
+++ b/fs/orangefs/inode.c
@@ -85,7 +85,7 @@ static int orangefs_readpage(struct file *file, struct page *page)
return ret;
}
-int orangefs_write_end(struct file *file, struct address_space *mapping,
+static int orangefs_write_end(struct file *file, struct address_space *mapping,
loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata)
{
int r;
Powered by blists - more mailing lists