diff options
author | Christoph Hellwig <hch@lst.de> | 2019-07-01 23:54:35 +0200 |
---|---|---|
committer | Andreas Gruenbacher <agruenba@redhat.com> | 2019-07-03 14:45:18 +0200 |
commit | 378b6cbfb82f2a8bb47ae3b1dac0419b57d84a36 (patch) | |
tree | 79a0ef1f81b365ed47c7624f5948dcba27012d04 /fs/gfs2/aops.c | |
parent | 59c01c5046cc0cf567d58cc7b59a704a36a06899 (diff) | |
download | linux-stable-378b6cbfb82f2a8bb47ae3b1dac0419b57d84a36.tar.gz linux-stable-378b6cbfb82f2a8bb47ae3b1dac0419b57d84a36.tar.bz2 linux-stable-378b6cbfb82f2a8bb47ae3b1dac0419b57d84a36.zip |
gfs2: mark stuffed_readpage static
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2/aops.c')
-rw-r--r-- | fs/gfs2/aops.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/gfs2/aops.c b/fs/gfs2/aops.c index 4edf917752af..8f90d98a0aee 100644 --- a/fs/gfs2/aops.c +++ b/fs/gfs2/aops.c @@ -434,8 +434,7 @@ static int gfs2_jdata_writepages(struct address_space *mapping, * * Returns: errno */ - -int stuffed_readpage(struct gfs2_inode *ip, struct page *page) +static int stuffed_readpage(struct gfs2_inode *ip, struct page *page) { struct buffer_head *dibh; u64 dsize = i_size_read(&ip->i_inode); |